Class: Aws::AgentRegistryControl::Types::UpdatedDescriptorData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedDescriptorData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Leaf patch wrapper for descriptor data. Omit to leave unchanged; supply an empty object to unset; supply optionalValue to set.
Constant Summary collapse
- SENSITIVE =
[:optional_value]
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.
2046 2047 2048 2049 2050 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2046 class UpdatedDescriptorData < Struct.new( :optional_value) SENSITIVE = [:optional_value] include Aws::Structure end |