Class: Aws::QuickSight::Types::UpdateAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAnalysisResponse
- 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 of the analysis that you’re updating.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#update_status ⇒ String
The update status of the last update that was made to the analysis.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis.
35157 35158 35159 35160 35161 35162 35163 35164 35165 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35157 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the analysis that you’re updating.
35157 35158 35159 35160 35161 35162 35163 35164 35165 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35157 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
35157 35158 35159 35160 35161 35162 35163 35164 35165 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35157 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
35157 35158 35159 35160 35161 35162 35163 35164 35165 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35157 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#update_status ⇒ String
The update status of the last update that was made to the analysis.
35157 35158 35159 35160 35161 35162 35163 35164 35165 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35157 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |