Class: Aws::Schemas::Types::UpdateRegistryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UpdateRegistryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#description ⇒ String
1832 1833 1834 1835 1836 1837 |
# File 'lib/aws-sdk-schemas/types.rb', line 1832 class UpdateRegistryRequest < Struct.new( :description, :registry_name) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
1832 1833 1834 1835 1836 1837 |
# File 'lib/aws-sdk-schemas/types.rb', line 1832 class UpdateRegistryRequest < Struct.new( :description, :registry_name) SENSITIVE = [] include Aws::Structure end |