Class: Aws::AgentRegistryControl::Types::UpdatedDescriptorSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optional_valueTypes::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