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.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def arn @arn end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def data_source_id @data_source_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def status @status end |