Class: Aws::Types::GetDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_type ⇒ Types::DataSourceType
Returns the value of attribute data_source_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#data_source_type ⇒ Types::DataSourceType
Returns the value of attribute data_source_type.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def name @name end |
#status ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute status.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def status @status end |