Class: Aws::AgentRegistryControl::Types::UpdatedDescriptorData

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

Instance Attribute Details

#optional_valueString

The value to set for this field. Omit the wrapper to leave the field unchanged.

Returns:

  • (String)


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