Class: Aws::BedrockAgentCoreControl::Types::BrowserNetworkConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#network_modeString

The network mode for the browser. This field specifies how the browser connects to the network.

Returns:

  • (String)


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