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.
22878 22879 22880 22881 22882 22883 22884 22885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22878 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.
22878 22879 22880 22881 22882 22883 22884 22885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22878 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.
22878 22879 22880 22881 22882 22883 22884 22885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22878 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.
22878 22879 22880 22881 22882 22883 22884 22885 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22878 class ListThemeAliasesResponse < Struct.new( :theme_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |