Class: Aws::QuickSight::Types::DescribeAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAnalysisResponse
- Includes:
- Structure
- Defined in:
- 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.
11511 11512 11513 11514 11515 11516 11517 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11511 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.
11511 11512 11513 11514 11515 11516 11517 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11511 class DescribeAnalysisResponse < Struct.new( :analysis, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
11511 11512 11513 11514 11515 11516 11517 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11511 class DescribeAnalysisResponse < Struct.new( :analysis, :status, :request_id) SENSITIVE = [] include Aws::Structure end |