Class: Aws::QuickSight::Types::CreateAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateAnalysisResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
6642 6643 6644 6645 6646 6647 6648 6649 6650 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6642 class CreateAnalysisResponse < Struct.new( :arn, :analysis_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN for the analysis.
6642 6643 6644 6645 6646 6647 6648 6649 6650 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6642 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.
6642 6643 6644 6645 6646 6647 6648 6649 6650 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6642 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.
6642 6643 6644 6645 6646 6647 6648 6649 6650 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6642 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.
6642 6643 6644 6645 6646 6647 6648 6649 6650 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6642 class CreateAnalysisResponse < Struct.new( :arn, :analysis_id, :creation_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |