Class: Aws::QuickSight::Types::DescribeAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAnalysisResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis ⇒ Types::Analysis
A metadata structure that contains summary information for the analysis that you're describing.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#analysis ⇒ Types::Analysis
A metadata structure that contains summary information for the analysis that you're describing.
12317 12318 12319 12320 12321 12322 12323 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12317 class DescribeAnalysisResponse < Struct.new( :analysis, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
12317 12318 12319 12320 12321 12322 12323 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12317 class DescribeAnalysisResponse < Struct.new( :analysis, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12317 12318 12319 12320 12321 12322 12323 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12317 class DescribeAnalysisResponse < Struct.new( :analysis, :status, :request_id) SENSITIVE = [] include Aws::Structure end |