Class: Aws::Glue::Types::DynamoDBELTConnectorSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DynamoDBELTConnectorSource
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a DynamoDB ELT connector source for extracting data from DynamoDB tables.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_options ⇒ Types::DDBELTConnectionOptions
The connection options for the DynamoDB ELT connector source.
-
#name ⇒ String
The name of the DynamoDB ELT connector source.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the DynamoDB ELT connector source.
Instance Attribute Details
#connection_options ⇒ Types::DDBELTConnectionOptions
The connection options for the DynamoDB ELT connector source.
10585 10586 10587 10588 10589 10590 10591 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10585 class DynamoDBELTConnectorSource < Struct.new( :name, :connection_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DynamoDB ELT connector source.
10585 10586 10587 10588 10589 10590 10591 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10585 class DynamoDBELTConnectorSource < Struct.new( :name, :connection_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the DynamoDB ELT connector source.
10585 10586 10587 10588 10589 10590 10591 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10585 class DynamoDBELTConnectorSource < Struct.new( :name, :connection_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |