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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


12890
12891
12892
12893
12894
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12890

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