Class: Aws::Types::DeleteDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def arn @arn end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def data_set_id @data_set_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4008 4009 4010 |
# File 'sig/types.rbs', line 4008 def status @status end |