Class: Aws::BedrockAgentCoreControl::Types::NetworkConfiguration

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

Instance Attribute Details

#network_modeString

The network mode for the agent runtime.

Returns:

  • (String)


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