Class: Aws::Glue::Types::DynamoDBCatalogSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DynamoDBCatalogSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a DynamoDB data source in the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
The name of the database to read from.
-
#name ⇒ String
The name of the data source.
-
#table ⇒ String
The name of the table in the database to read from.
Instance Attribute Details
#database ⇒ String
The name of the database to read from.
8811 8812 8813 8814 8815 8816 8817 |
# File 'lib/aws-sdk-glue/types.rb', line 8811 class DynamoDBCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
8811 8812 8813 8814 8815 8816 8817 |
# File 'lib/aws-sdk-glue/types.rb', line 8811 class DynamoDBCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to read from.
8811 8812 8813 8814 8815 8816 8817 |
# File 'lib/aws-sdk-glue/types.rb', line 8811 class DynamoDBCatalogSource < Struct.new( :name, :database, :table) SENSITIVE = [] include Aws::Structure end |