Class: Aws::Glue::Types::MySQLCatalogTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MySQLCatalogTarget
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a target that uses MySQL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
The name of the database to write to.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the data target.
-
#table ⇒ String
The name of the table in the database to write to.
Instance Attribute Details
#database ⇒ String
The name of the database to write to.
17387 17388 17389 17390 17391 17392 17393 17394 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17387 class MySQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
17387 17388 17389 17390 17391 17392 17393 17394 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17387 class MySQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
17387 17388 17389 17390 17391 17392 17393 17394 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17387 class MySQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to write to.
17387 17388 17389 17390 17391 17392 17393 17394 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17387 class MySQLCatalogTarget < Struct.new( :name, :inputs, :database, :table) SENSITIVE = [] include Aws::Structure end |