Class: Aws::Types::S3TablesIntegration
- Inherits:
-
Object
- Object
- Aws::Types::S3TablesIntegration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datasource_name ⇒ ::String
Returns the value of attribute datasource_name.
-
#datasource_type ⇒ ::String
Returns the value of attribute datasource_type.
Instance Attribute Details
#datasource_name ⇒ ::String
Returns the value of attribute datasource_name.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def datasource_name @datasource_name end |
#datasource_type ⇒ ::String
Returns the value of attribute datasource_type.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def datasource_type @datasource_type end |