Class: Aws::QuickSight::Types::ListThemeVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListThemeVersionsResponse
- 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.
-
#theme_version_summary_list ⇒ Array<Types::ThemeVersionSummary>
A structure containing a list of all the versions of the specified theme.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
23117 23118 23119 23120 23121 23122 23123 23124 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23117 class ListThemeVersionsResponse < Struct.new( :theme_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.
23117 23118 23119 23120 23121 23122 23123 23124 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23117 class ListThemeVersionsResponse < Struct.new( :theme_version_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
23117 23118 23119 23120 23121 23122 23123 23124 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23117 class ListThemeVersionsResponse < Struct.new( :theme_version_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_version_summary_list ⇒ Array<Types::ThemeVersionSummary>
A structure containing a list of all the versions of the specified theme.
23117 23118 23119 23120 23121 23122 23123 23124 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23117 class ListThemeVersionsResponse < Struct.new( :theme_version_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |