Class: Aws::QuickSight::Types::ListThemeAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListThemeAliasesResponse
- 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_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.
21625 21626 21627 21628 21629 21630 21631 21632 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21625 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.
21625 21626 21627 21628 21629 21630 21631 21632 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21625 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.
21625 21626 21627 21628 21629 21630 21631 21632 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21625 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.
21625 21626 21627 21628 21629 21630 21631 21632 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21625 class ListThemeAliasesResponse < Struct.new( :theme_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |