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)


27292
27293
27294
27295
27296
27297
# File 'lib/aws-sdk-glue/types.rb', line 27292

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

#registry_nameString

The name of the updated registry.

Returns:

  • (String)


27292
27293
27294
27295
27296
27297
# File 'lib/aws-sdk-glue/types.rb', line 27292

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