Class: Aws::QuickSight::Types::ListTemplateVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTemplateVersionsResponse
- 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_version_summary_list ⇒ Array<Types::TemplateVersionSummary>
A structure containing a list of all the versions of the specified template.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
22950 22951 22952 22953 22954 22955 22956 22957 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22950 class ListTemplateVersionsResponse < Struct.new( :template_version_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
22950 22951 22952 22953 22954 22955 22956 22957 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22950 class ListTemplateVersionsResponse < Struct.new( :template_version_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22950 22951 22952 22953 22954 22955 22956 22957 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22950 class ListTemplateVersionsResponse < Struct.new( :template_version_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#template_version_summary_list ⇒ Array<Types::TemplateVersionSummary>
A structure containing a list of all the versions of the specified template.
22950 22951 22952 22953 22954 22955 22956 22957 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22950 class ListTemplateVersionsResponse < Struct.new( :template_version_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |