Class: Aws::QuickSight::Types::ListBrandsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListBrandsResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#brands ⇒ Array<Types::BrandSummary>
A list of all brands in your Amazon Web Services account.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#brands ⇒ Array<Types::BrandSummary>
A list of all brands in your Amazon Web Services account. This structure provides basic information about each brand.
21609 21610 21611 21612 21613 21614 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21609 class ListBrandsResponse < Struct.new( :next_token, :brands) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
21609 21610 21611 21612 21613 21614 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21609 class ListBrandsResponse < Struct.new( :next_token, :brands) SENSITIVE = [] include Aws::Structure end |