Class: Aws::AgentRegistryControl::Types::UpdatedAgentSkillsAdditionalData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedAgentSkillsAdditionalData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The agent skills additional-data patch wrapper. Omit to leave the additional data unchanged; supply an empty object to remove it; supply optionalValue to patch its fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::UpdatedAgentSkillsAdditionalDataFields
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ Types::UpdatedAgentSkillsAdditionalDataFields
The value to set for this field. Omit the wrapper to leave the field unchanged.
1834 1835 1836 1837 1838 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1834 class UpdatedAgentSkillsAdditionalData < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |