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.
23969 23970 23971 23972 23973 23974 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23969 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.
23969 23970 23971 23972 23973 23974 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23969 class ListBrandsResponse < Struct.new( :next_token, :brands) SENSITIVE = [] include Aws::Structure end |