Class: Aws::Glue::Types::TableIdentifier

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

Overview

A structure that describes a target table for resource linking.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog in which the table resides.

Returns:

  • (String)


21005
21006
21007
21008
21009
21010
21011
21012
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21005

class TableIdentifier < Struct.new(
  :catalog_id,
  :database_name,
  :name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the catalog database that contains the target table.

Returns:

  • (String)


21005
21006
21007
21008
21009
21010
21011
21012
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21005

class TableIdentifier < Struct.new(
  :catalog_id,
  :database_name,
  :name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the target table.

Returns:

  • (String)


21005
21006
21007
21008
21009
21010
21011
21012
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21005

class TableIdentifier < Struct.new(
  :catalog_id,
  :database_name,
  :name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Region of the target table.

Returns:

  • (String)


21005
21006
21007
21008
21009
21010
21011
21012
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21005

class TableIdentifier < Struct.new(
  :catalog_id,
  :database_name,
  :name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end