Class: Aws::SecurityAgent::Types::VpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::VpcConfig
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Customer VPC configuration that the Security Agent accesses
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_arns ⇒ Array<String>
List of security group ARNs or IDs in the customer VPC.
-
#subnet_arns ⇒ Array<String>
List of subnet ARNs or IDs in the customer VPC.
-
#vpc_arn ⇒ String
ARN or ID of the customer VPC.
Instance Attribute Details
#security_group_arns ⇒ Array<String>
List of security group ARNs or IDs in the customer VPC
4203 4204 4205 4206 4207 4208 4209 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4203 class VpcConfig < Struct.new( :vpc_arn, :security_group_arns, :subnet_arns) SENSITIVE = [] include Aws::Structure end |
#subnet_arns ⇒ Array<String>
List of subnet ARNs or IDs in the customer VPC
4203 4204 4205 4206 4207 4208 4209 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4203 class VpcConfig < Struct.new( :vpc_arn, :security_group_arns, :subnet_arns) SENSITIVE = [] include Aws::Structure end |