Class: Aws::LakeFormation::Types::DatabaseResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DatabaseResource
- 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
-
#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.
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 |
#name ⇒ String
The name of the database resource. Unique to the Data Catalog.
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 |