Class: Aws::BedrockAgentCoreControl::Types::UpdatedDescriptors
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedDescriptors
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating an optional descriptors field with PATCH semantics. When present with a value, individual descriptors can be updated. When present with a null value, all descriptors are unset. When absent, descriptors are left unchanged.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::UpdatedDescriptorsUnion
The updated descriptors value.
Instance Attribute Details
#optional_value ⇒ Types::UpdatedDescriptorsUnion
The updated descriptors value. Contains per-descriptor-type wrappers that are each independently updatable.
17901 17902 17903 17904 17905 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17901 class UpdatedDescriptors < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |