Class: Aws::Schemas::Types::DescribeRegistryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_nameString

Returns:

  • (String)


483
484
485
486
487
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 483

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