Class: Aws::QuickSight::Types::UpdateBrandAssignmentRequest

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 that owns the brand assignment.

Returns:

  • (String)


33659
33660
33661
33662
33663
33664
# File 'lib/aws-sdk-quicksight/types.rb', line 33659

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

#brand_arnString

The Amazon Resource Name (ARN) of the brand.

Returns:

  • (String)


33659
33660
33661
33662
33663
33664
# File 'lib/aws-sdk-quicksight/types.rb', line 33659

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