Class: Aws::QuickSight::Types::ListTemplateAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTemplateAliasesResponse
- 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.
-
#template_alias_list ⇒ Array<Types::TemplateAlias>
A structure containing the list of the template’s aliases.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
22711 22712 22713 22714 22715 22716 22717 22718 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22711 class ListTemplateAliasesResponse < Struct.new( :template_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
22711 22712 22713 22714 22715 22716 22717 22718 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22711 class ListTemplateAliasesResponse < Struct.new( :template_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22711 22712 22713 22714 22715 22716 22717 22718 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22711 class ListTemplateAliasesResponse < Struct.new( :template_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#template_alias_list ⇒ Array<Types::TemplateAlias>
A structure containing the list of the template’s aliases.
22711 22712 22713 22714 22715 22716 22717 22718 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22711 class ListTemplateAliasesResponse < Struct.new( :template_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |