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

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

#descriptionString

The description of the registry to update.

Returns:

  • (String)


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

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