Class: Aws::QuickSight::Types::ListThemesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListThemesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme_summary_list ⇒ Array<Types::ThemeSummary>
Information about the themes in the list.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
21749 21750 21751 21752 21753 21754 21755 21756 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21749 class ListThemesResponse < Struct.new( :theme_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
21749 21750 21751 21752 21753 21754 21755 21756 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21749 class ListThemesResponse < Struct.new( :theme_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21749 21750 21751 21752 21753 21754 21755 21756 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21749 class ListThemesResponse < Struct.new( :theme_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_summary_list ⇒ Array<Types::ThemeSummary>
Information about the themes in the list.
21749 21750 21751 21752 21753 21754 21755 21756 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21749 class ListThemesResponse < Struct.new( :theme_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |