Class: Aws::Types::UpdateAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
11977 11978 11979 |
# File 'sig/types.rbs', line 11977 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
11976 11977 11978 |
# File 'sig/types.rbs', line 11976 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
11980 11981 11982 |
# File 'sig/types.rbs', line 11980 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
11979 11980 11981 |
# File 'sig/types.rbs', line 11979 def status @status end |
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
11978 11979 11980 |
# File 'sig/types.rbs', line 11978 def update_status @update_status end |