Class: Aws::QuickSight::Types::RestoreAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RestoreAnalysisResponse
- 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 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.
25394 25395 25396 25397 25398 25399 25400 25401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25394 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.
25394 25395 25396 25397 25398 25399 25400 25401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25394 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.
25394 25395 25396 25397 25398 25399 25400 25401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25394 class RestoreAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
25394 25395 25396 25397 25398 25399 25400 25401 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25394 class RestoreAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :request_id) SENSITIVE = [] include Aws::Structure end |