Class: Aws::BedrockAgentCoreControl::Types::UpdatedSynchronizationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedSynchronizationType
- 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
-
#optional_value ⇒ String
The updated synchronization type value.
Instance Attribute Details
#optional_value ⇒ String
The updated synchronization type value.
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 |