Class: Aws::BedrockAgentCoreControl::Types::UpdatedSynchronizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedSynchronizationConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating the synchronization configuration with PATCH
semantics. Must be matched with UpdatedSynchronizationType.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::SynchronizationConfiguration
The updated synchronization configuration value.
Instance Attribute Details
#optional_value ⇒ Types::SynchronizationConfiguration
The updated synchronization configuration value.
18058 18059 18060 18061 18062 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18058 class UpdatedSynchronizationConfiguration < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |