Class: Aws::QuickSight::Types::RestoreAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RestoreAnalysisResponse
- 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 that you're restoring.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis that you're restoring.
-
#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 that you're restoring.
23779 23780 23781 23782 23783 23784 23785 23786 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23779 class RestoreAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis that you're restoring.
23779 23780 23781 23782 23783 23784 23785 23786 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23779 class RestoreAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
23779 23780 23781 23782 23783 23784 23785 23786 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23779 class RestoreAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
23779 23780 23781 23782 23783 23784 23785 23786 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23779 class RestoreAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :request_id) SENSITIVE = [] include Aws::Structure end |