Class: Aws::Glue::Types::ImportCatalogToGlueRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

Returns:

  • (String)


12831
12832
12833
12834
12835
# File 'lib/aws-sdk-glue/types.rb', line 12831

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