Class: Aws::BedrockAgentCoreControl::Types::BrowserNetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::BrowserNetworkConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The network configuration for a browser. This structure defines how the browser connects to the network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_mode ⇒ String
The network mode for the browser.
Instance Attribute Details
#network_mode ⇒ String
The network mode for the browser. This field specifies how the browser connects to the network.
287 288 289 290 291 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 287 class BrowserNetworkConfiguration < Struct.new( :network_mode) SENSITIVE = [] include Aws::Structure end |