Class: Aws::Glue::Types::MySQLCatalogTarget

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a target that uses MySQL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database to write to.

Returns:

  • (String)


16175
16176
16177
16178
16179
16180
16181
16182
# File 'lib/aws-sdk-glue/types.rb', line 16175

class MySQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


16175
16176
16177
16178
16179
16180
16181
16182
# File 'lib/aws-sdk-glue/types.rb', line 16175

class MySQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data target.

Returns:

  • (String)


16175
16176
16177
16178
16179
16180
16181
16182
# File 'lib/aws-sdk-glue/types.rb', line 16175

class MySQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to write to.

Returns:

  • (String)


16175
16176
16177
16178
16179
16180
16181
16182
# File 'lib/aws-sdk-glue/types.rb', line 16175

class MySQLCatalogTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table)
  SENSITIVE = []
  include Aws::Structure
end