Class: Aws::QuickSight::Types::DescribeBrandAssignmentRequest

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)


12629
12630
12631
12632
12633
# File 'lib/aws-sdk-quicksight/types.rb', line 12629

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