Class: Aws::QuickSight::Types::ListAnalysesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListAnalysesResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_summary_list ⇒ Array<Types::AnalysisSummary>
Metadata describing each of the analyses that are listed.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#analysis_summary_list ⇒ Array<Types::AnalysisSummary>
Metadata describing each of the analyses that are listed.
21449 21450 21451 21452 21453 21454 21455 21456 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21449 class ListAnalysesResponse < Struct.new( :analysis_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
21449 21450 21451 21452 21453 21454 21455 21456 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21449 class ListAnalysesResponse < Struct.new( :analysis_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
21449 21450 21451 21452 21453 21454 21455 21456 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21449 class ListAnalysesResponse < Struct.new( :analysis_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21449 21450 21451 21452 21453 21454 21455 21456 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21449 class ListAnalysesResponse < Struct.new( :analysis_summary_list, :next_token, :status, :request_id) SENSITIVE = [] include Aws::Structure end |