Class: Aws::Schemas::Types::UpdateRegistryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the registry to update.

Returns:

  • (String)


1818
1819
1820
1821
1822
# File 'lib/aws-sdk-schemas/types.rb', line 1818

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