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>)


5668
5669
5670
5671
5672
5673
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5668

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

#subnetsArray<String>

The subnets associated with the VPC configuration.

Returns:

  • (Array<String>)


5668
5669
5670
5671
5672
5673
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5668

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