Class: Aws::Types::DeleteDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_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.
3869 3870 3871 |
# File 'sig/types.rbs', line 3869 def arn @arn end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
3870 3871 3872 |
# File 'sig/types.rbs', line 3870 def data_source_id @data_source_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def status @status end |