Class: Aws::QuickSight::Types::UpdateBrandAssignmentResponse

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

#brand_arnString

The Amazon Resource Name (ARN) of the brand.

Returns:

  • (String)


33676
33677
33678
33679
33680
33681
# File 'lib/aws-sdk-quicksight/types.rb', line 33676

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


33676
33677
33678
33679
33680
33681
# File 'lib/aws-sdk-quicksight/types.rb', line 33676

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