Class: Aws::BedrockAgentCoreControl::Types::VpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::VpcConfig
- 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
-
#security_groups ⇒ Array<String>
The security groups associated with the VPC configuration.
-
#subnets ⇒ Array<String>
The subnets associated with the VPC configuration.
Instance Attribute Details
#security_groups ⇒ Array<String>
The security groups associated with the VPC configuration.
10257 10258 10259 10260 10261 10262 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10257 class VpcConfig < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The subnets associated with the VPC configuration.
10257 10258 10259 10260 10261 10262 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10257 class VpcConfig < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |