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)


27378
27379
27380
27381
27382
27383
# File 'lib/aws-sdk-glue/types.rb', line 27378

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

#registry_nameString

The name of the updated registry.

Returns:

  • (String)


27378
27379
27380
27381
27382
27383
# File 'lib/aws-sdk-glue/types.rb', line 27378

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