Class: Aws::BedrockAgentCoreControl::Types::SynchronizeGatewayTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SynchronizeGatewayTargetsResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#targets ⇒ Array<Types::GatewayTarget>
The gateway targets for synchronization.
Instance Attribute Details
#targets ⇒ Array<Types::GatewayTarget>
The gateway targets for synchronization.
15194 15195 15196 15197 15198 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15194 class SynchronizeGatewayTargetsResponse < Struct.new( :targets) SENSITIVE = [] include Aws::Structure end |