Class: Aws::Types::DataSource
- Inherits:
-
Object
- Object
- Aws::Types::DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
165 166 167 |
# File 'sig/types.rbs', line 165 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
166 167 168 |
# File 'sig/types.rbs', line 166 def type @type end |