Class: Aws::Glue::Types::FederatedCatalog
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FederatedCatalog
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A catalog that points to an entity outside the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_name ⇒ String
The name of the connection to an external data source, for example a Redshift-federated catalog.
-
#identifier ⇒ String
A unique identifier for the federated catalog.
Instance Attribute Details
#connection_name ⇒ String
The name of the connection to an external data source, for example a Redshift-federated catalog.
10454 10455 10456 10457 10458 10459 |
# File 'lib/aws-sdk-glue/types.rb', line 10454 class FederatedCatalog < Struct.new( :identifier, :connection_name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
A unique identifier for the federated catalog.
10454 10455 10456 10457 10458 10459 |
# File 'lib/aws-sdk-glue/types.rb', line 10454 class FederatedCatalog < Struct.new( :identifier, :connection_name) SENSITIVE = [] include Aws::Structure end |