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.
3781 3782 3783 |
# File 'sig/types.rbs', line 3781 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
3780 3781 3782 |
# File 'sig/types.rbs', line 3780 def arn @arn end |
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
3782 3783 3784 |
# File 'sig/types.rbs', line 3782 def deletion_time @deletion_time end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3783 3784 3785 |
# File 'sig/types.rbs', line 3783 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def status @status end |