Class: Aws::Inspector2::Types::LambdaVpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::LambdaVpcConfig
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see VPC Settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function.
-
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs.
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see VPC Settings.
4558 4559 4560 4561 4562 4563 4564 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4558 class LambdaVpcConfig < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs.
4558 4559 4560 4561 4562 4563 4564 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4558 class LambdaVpcConfig < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
4558 4559 4560 4561 4562 4563 4564 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4558 class LambdaVpcConfig < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |