Class: Aws::BedrockAgentCoreControl::Types::UpdatedSynchronizationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optional_valueTypes::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