Class: Aws::BedrockAgentCoreControl::Types::SynchronizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SynchronizationConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Configuration for synchronizing registry record metadata from an external source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_url ⇒ Types::FromUrlSynchronizationConfiguration
Configuration for synchronizing from a URL-based source.
Instance Attribute Details
#from_url ⇒ Types::FromUrlSynchronizationConfiguration
Configuration for synchronizing from a URL-based source.
14630 14631 14632 14633 14634 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14630 class SynchronizationConfiguration < Struct.new( :from_url) SENSITIVE = [] include Aws::Structure end |