Class: Aws::AgentRegistryControl::Types::UpdatedDisplayName
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedDisplayName
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Leaf patch wrapper for a registry record's display name. Omit to leave unchanged; supply an empty object to unset; supply optionalValue to set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ String
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ String
The value to set for this field. Omit the wrapper to leave the field unchanged.
2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2142 class UpdatedDisplayName < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |