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.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def arn @arn end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def data_set_id @data_set_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3857 3858 3859 |
# File 'sig/types.rbs', line 3857 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3858 3859 3860 |
# File 'sig/types.rbs', line 3858 def status @status end |