Class: Aws::AgentRegistryControl::Types::UpdatedDescriptorSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedDescriptorSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Leaf patch wrapper for a descriptor's source configuration. Omit to leave unchanged; supply an empty object to unset; supply optionalValue to set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::DescriptorSource
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ Types::DescriptorSource
The value to set for this field. Omit the wrapper to leave the field unchanged.
2063 2064 2065 2066 2067 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2063 class UpdatedDescriptorSource < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |