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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

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

Returns:

  • (String)


35986
35987
35988
35989
35990
35991
# File 'lib/aws-sdk-quicksight/types.rb', line 35986

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

#custom_permissions_nameString

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

Returns:

  • (String)


35986
35987
35988
35989
35990
35991
# File 'lib/aws-sdk-quicksight/types.rb', line 35986

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