Class: Aws::Glue::Types::FederatedTable

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

Overview

A table that points to an entity outside the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

The name of the connection to the external metastore.

Returns:

  • (String)


8631
8632
8633
8634
8635
8636
8637
# File 'lib/aws-sdk-glue/types.rb', line 8631

class FederatedTable < Struct.new(
  :identifier,
  :database_identifier,
  :connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#database_identifierString

A unique identifier for the federated database.

Returns:

  • (String)


8631
8632
8633
8634
8635
8636
8637
# File 'lib/aws-sdk-glue/types.rb', line 8631

class FederatedTable < Struct.new(
  :identifier,
  :database_identifier,
  :connection_name)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

A unique identifier for the federated table.

Returns:

  • (String)


8631
8632
8633
8634
8635
8636
8637
# File 'lib/aws-sdk-glue/types.rb', line 8631

class FederatedTable < Struct.new(
  :identifier,
  :database_identifier,
  :connection_name)
  SENSITIVE = []
  include Aws::Structure
end