Class: Aws::AgentRegistryControl::Types::UpdatedDescriptors

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

The top-level descriptors patch wrapper used in UpdateRegistryRecord. Omit to leave the current descriptors unchanged; supply an empty object to clear them; supply optionalValue to apply a per-field patch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optional_valueTypes::UpdatedDescriptorsFields

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



2080
2081
2082
2083
2084
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2080

class UpdatedDescriptors < Struct.new(
  :optional_value)
  SENSITIVE = []
  include Aws::Structure
end