Class: Aws::LakeFormation::Types::CatalogResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::CatalogResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
A structure for the catalog object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
An identifier for the catalog resource.
Instance Attribute Details
#id ⇒ String
An identifier for the catalog resource.
347 348 349 350 351 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 347 class CatalogResource < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |