Class: Aws::Glue::Types::GetRegistryInput

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_idTypes::RegistryId

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

Returns:



10955
10956
10957
10958
10959
# File 'lib/aws-sdk-glue/types.rb', line 10955

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