Class: Aws::AgentRegistryControl::Types::UpdatedAgentSkillsMdDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedAgentSkillsMdDescriptor
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The agent skills markdown 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::UpdatedAgentSkillsMdDescriptorFields
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ Types::UpdatedAgentSkillsMdDescriptorFields
The value to set for this field. Omit the wrapper to leave the field unchanged.
1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1908 class UpdatedAgentSkillsMdDescriptor < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |