Class: Aws::Types::UpdateDataSourceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
645 646 647 |
# File 'sig/types.rbs', line 645 def data_source_id @data_source_id end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
646 647 648 |
# File 'sig/types.rbs', line 646 def data_source_name @data_source_name end |