Class: Aws::Glue::Types::UpdateRegistryResponse

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

#registry_arnString

The Amazon Resource name (ARN) of the updated registry.

Returns:

  • (String)


23343
23344
23345
23346
23347
23348
# File 'lib/aws-sdk-glue/types.rb', line 23343

class UpdateRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

The name of the updated registry.

Returns:

  • (String)


23343
23344
23345
23346
23347
23348
# File 'lib/aws-sdk-glue/types.rb', line 23343

class UpdateRegistryResponse < Struct.new(
  :registry_name,
  :registry_arn)
  SENSITIVE = []
  include Aws::Structure
end