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.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def datasource_name @datasource_name end |
#datasource_type ⇒ ::String
Returns the value of attribute datasource_type.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def datasource_type @datasource_type end |