Class: Aws::Schemas::Types::UpdateRegistryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UpdateRegistryInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the registry to update.
Instance Attribute Details
#description ⇒ String
The description of the registry to update.
1818 1819 1820 1821 1822 |
# File 'lib/aws-sdk-schemas/types.rb', line 1818 class UpdateRegistryInput < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |