Class: Aws::LakeFormation::Types::DatabaseResource

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

Overview

A structure for the database object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The identifier for the Data Catalog. By default, it is the account ID of the caller.

Returns:

  • (String)


848
849
850
851
852
853
# File 'lib/aws-sdk-lakeformation/types.rb', line 848

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

#nameString

The name of the database resource. Unique to the Data Catalog.

Returns:

  • (String)


848
849
850
851
852
853
# File 'lib/aws-sdk-lakeformation/types.rb', line 848

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