Class: Aws::AgentRegistryControl::Types::UpdatedAutoDetectionConfiguration

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

Overview

A wrapper for updating the auto-detection configuration of a registry with PATCH semantics. Include this wrapper to replace the auto-detection configuration with the specified value. Omit it to leave the auto-detection configuration unchanged. To clear the configuration, include the wrapper with a null optionalValue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optional_valueTypes::AutoDetectionConfiguration

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



2462
2463
2464
2465
2466
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2462

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