Class: Aws::BedrockAgentCoreControl::Types::VpcConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

VpcConfig for the Agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_groupsArray<String>

The security groups associated with the VPC configuration.

Returns:

  • (Array<String>)


6463
6464
6465
6466
6467
6468
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6463

class VpcConfig < Struct.new(
  :security_groups,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

The subnets associated with the VPC configuration.

Returns:

  • (Array<String>)


6463
6464
6465
6466
6467
6468
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6463

class VpcConfig < Struct.new(
  :security_groups,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end