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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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)


814
815
816
817
818
819
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 814

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)


814
815
816
817
818
819
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 814

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