Class: Aws::Types::GetDataSourceInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceInput
- 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.
-
#verbose ⇒ Boolean
Returns the value of attribute verbose.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def data_source_id @data_source_id end |
#verbose ⇒ Boolean
Returns the value of attribute verbose.
368 369 370 |
# File 'sig/types.rbs', line 368 def verbose @verbose end |