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.
12229 12230 12231 12232 12233 12234 12235 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12229 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.
12229 12230 12231 12232 12233 12234 12235 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12229 class DescribeAnalysisResponse < Struct.new( :analysis, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12229 12230 12231 12232 12233 12234 12235 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12229 class DescribeAnalysisResponse < Struct.new( :analysis, :status, :request_id) SENSITIVE = [] include Aws::Structure end |