Class: Aws::LakeFormation::Types::CatalogResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

An identifier for the catalog resource.

Returns:

  • (String)


347
348
349
350
351
# File 'lib/aws-sdk-lakeformation/types.rb', line 347

class CatalogResource < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end