Class: Aws::QuickSight::Types::ListTemplateAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTemplateAliasesResponse
- 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.
-
#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.
22892 22893 22894 22895 22896 22897 22898 22899 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22892 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.
22892 22893 22894 22895 22896 22897 22898 22899 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22892 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.
22892 22893 22894 22895 22896 22897 22898 22899 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22892 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.
22892 22893 22894 22895 22896 22897 22898 22899 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22892 class ListTemplateAliasesResponse < Struct.new( :template_alias_list, :status, :request_id, :next_token) SENSITIVE = [] include Aws::Structure end |