Class: Aws::QuickSight::Types::CreateAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateAnalysisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID of the analysis.
-
#arn ⇒ String
The ARN for the analysis.
-
#creation_status ⇒ String
The status of the creation of the analysis.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis.
5689 5690 5691 5692 5693 5694 5695 5696 5697 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5689 class CreateAnalysisResponse < Struct.new( :arn, :analysis_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN for the analysis.
5689 5690 5691 5692 5693 5694 5695 5696 5697 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5689 class CreateAnalysisResponse < Struct.new( :arn, :analysis_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#creation_status ⇒ String
The status of the creation of the analysis.
5689 5690 5691 5692 5693 5694 5695 5696 5697 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5689 class CreateAnalysisResponse < Struct.new( :arn, :analysis_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
5689 5690 5691 5692 5693 5694 5695 5696 5697 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5689 class CreateAnalysisResponse < Struct.new( :arn, :analysis_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
5689 5690 5691 5692 5693 5694 5695 5696 5697 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5689 class CreateAnalysisResponse < Struct.new( :arn, :analysis_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |