Class: Aws::Glue::Types::UpdateRegistryInput

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

#descriptionString

A description of the registry. If description is not provided, this field will not be updated.

Returns:

  • (String)


23326
23327
23328
23329
23330
23331
# File 'lib/aws-sdk-glue/types.rb', line 23326

class UpdateRegistryInput < Struct.new(
  :registry_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idTypes::RegistryId

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

Returns:



23326
23327
23328
23329
23330
23331
# File 'lib/aws-sdk-glue/types.rb', line 23326

class UpdateRegistryInput < Struct.new(
  :registry_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end