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

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

#brand_arnString

The Amazon Resource Name (ARN) of the brand.

Returns:

  • (String)


35993
35994
35995
35996
35997
35998
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35993

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)


35993
35994
35995
35996
35997
35998
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35993

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