Class: Aws::AgentRegistryControl::Types::UpdatedAutoDetectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedAutoDetectionConfiguration
- 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
-
#optional_value ⇒ Types::AutoDetectionConfiguration
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ Types::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 |