Class: Aws::QuickSight::Types::ListBrandsResponse

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

#brandsArray<Types::BrandSummary>

A list of all brands in your Amazon Web Services account. This structure provides basic information about each brand.

Returns:



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_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


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