Class: Aws::QuickSight::Types::DeleteBrandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteBrandRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand.
-
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that owns the brand.
10787 10788 10789 10790 10791 10792 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10787 class DeleteBrandRequest < Struct.new( :aws_account_id, :brand_id) SENSITIVE = [] include Aws::Structure end |
#brand_id ⇒ String
The ID of the Amazon QuickSight brand.
10787 10788 10789 10790 10791 10792 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10787 class DeleteBrandRequest < Struct.new( :aws_account_id, :brand_id) SENSITIVE = [] include Aws::Structure end |