Class: Aws::QuickSight::Types::ListThemeAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListThemeAliasesResponse
- Defined in:
- gems/aws-sdk-quicksight/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_alias_list ⇒ Array<Types::ThemeAlias>
A structure containing the list of the theme's aliases.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
19206 19207 19208 19209 19210 19211 19212 19213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19206 class ListThemeAliasesResponse < Struct.new( :theme_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
19206 19207 19208 19209 19210 19211 19212 19213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19206 class ListThemeAliasesResponse < Struct.new( :theme_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
19206 19207 19208 19209 19210 19211 19212 19213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19206 class ListThemeAliasesResponse < Struct.new( :theme_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#theme_alias_list ⇒ Array<Types::ThemeAlias>
A structure containing the list of the theme's aliases.
19206 19207 19208 19209 19210 19211 19212 19213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19206 class ListThemeAliasesResponse < Struct.new( :theme_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |