Class: Aws::Types::CreateAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnalysisResponse
- 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.
-
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def creation_status @creation_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def status @status end |