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.
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 |
#subnets ⇒ Array<String>
The subnets associated with the VPC configuration.
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 |