Class: Aws::BedrockAgentCoreControl::Types::NetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::NetworkConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
SecurityConfig for the Agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_mode ⇒ String
The network mode for the agent runtime.
Instance Attribute Details
#network_mode ⇒ String
The network mode for the agent runtime.
3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3656 class NetworkConfiguration < Struct.new( :network_mode) SENSITIVE = [] include Aws::Structure end |