Class: Aws::Types::DynamoDBELTConnectorSource
- Inherits:
-
Object
- Object
- Aws::Types::DynamoDBELTConnectorSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_options ⇒ Types::DDBELTConnectionOptions
Returns the value of attribute connection_options.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
Instance Attribute Details
#connection_options ⇒ Types::DDBELTConnectionOptions
Returns the value of attribute connection_options.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def @connection_options end |
#name ⇒ ::String
Returns the value of attribute name.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def output_schemas @output_schemas end |