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.
6415 6416 6417 6418 6419 6420 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6415 class VpcConfig < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The subnets associated with the VPC configuration.
6415 6416 6417 6418 6419 6420 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6415 class VpcConfig < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |