Class: Aws::Types::DeleteAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAnalysisResponse
- 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.
-
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
-
#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.
3912 3913 3914 |
# File 'sig/types.rbs', line 3912 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
3911 3912 3913 |
# File 'sig/types.rbs', line 3911 def arn @arn end |
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def deletion_time @deletion_time end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3910 3911 3912 |
# File 'sig/types.rbs', line 3910 def status @status end |