Class: Aws::AgentRegistryControl::Types::UpdatedAgentSkillsDefinitionDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedAgentSkillsDefinitionDescriptor
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The agent skills definition descriptor patch wrapper. Omit to leave the descriptor 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::UpdatedAgentSkillsDefinitionDescriptorFields
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ Types::UpdatedAgentSkillsDefinitionDescriptorFields
The value to set for this field. Omit the wrapper to leave the field unchanged.
1866 1867 1868 1869 1870 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1866 class UpdatedAgentSkillsDefinitionDescriptor < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |