Class: Aws::QuickSight::Types::UpdateAccountCustomPermissionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The ID of the Amazon Web Services account for which you want to apply a custom permissions profile.

Returns:

  • (String)


48493
48494
48495
48496
48497
48498
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48493

class UpdateAccountCustomPermissionRequest < Struct.new(
  :custom_permissions_name,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#custom_permissions_name ⇒ String

The name of the custom permissions profile that you want to apply to an account.

Returns:

  • (String)


48493
48494
48495
48496
48497
48498
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48493

class UpdateAccountCustomPermissionRequest < Struct.new(
  :custom_permissions_name,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end