Class: Aws::LakeFormation::Types::DatabaseResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DatabaseResource
- 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
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#name ⇒ String
The name of the database resource.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, it is the account ID of the caller.
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 |
#name ⇒ String
The name of the database resource. Unique to the Data Catalog.
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 |