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)


22677
22678
22679
22680
22681
22682
# File 'lib/aws-sdk-glue/types.rb', line 22677

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

#registry_nameString

The name of the updated registry.

Returns:

  • (String)


22677
22678
22679
22680
22681
22682
# File 'lib/aws-sdk-glue/types.rb', line 22677

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