Class: Aws::Types::DetachDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetachDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
964 965 966 |
# File 'sig/types.rbs', line 964 def arn @arn end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
965 966 967 |
# File 'sig/types.rbs', line 965 def data_source_arn @data_source_arn end |
#id ⇒ ::String
Returns the value of attribute id.
963 964 965 |
# File 'sig/types.rbs', line 963 def id @id end |