Class: Aws::Types::DetachDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
958 959 960 |
# File 'sig/types.rbs', line 958 def data_source_arn @data_source_arn end |
#id ⇒ ::String
Returns the value of attribute id.
957 958 959 |
# File 'sig/types.rbs', line 957 def id @id end |