Class: Aws::BedrockAgentCoreControl::Types::UpdatedSynchronizationType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Wrapper for updating the synchronization type with PATCH semantics. Must be matched with UpdatedSynchronizationConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optional_valueString

The updated synchronization type value.

Returns:

  • (String)


18073
18074
18075
18076
18077
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18073

class UpdatedSynchronizationType < Struct.new(
  :optional_value)
  SENSITIVE = []
  include Aws::Structure
end