Class: Aws::Glue::Types::DatabaseIdentifier

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

Overview

A structure that describes a target database 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 database resides.

Returns:

  • (String)


6772
6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6772

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

#database_nameString

The name of the catalog database.

Returns:

  • (String)


6772
6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6772

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

#regionString

Region of the target database.

Returns:

  • (String)


6772
6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6772

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