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.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def @connection_options end |
#name ⇒ ::String
Returns the value of attribute name.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def output_schemas @output_schemas end |