Class: Aws::Inspector2::Types::LambdaVpcConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#security_group_idsArray<String>

The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see VPC Settings.

Returns:

  • (Array<String>)


4461
4462
4463
4464
4465
4466
4467
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4461

class LambdaVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of VPC subnet IDs.

Returns:

  • (Array<String>)


4461
4462
4463
4464
4465
4466
4467
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4461

class LambdaVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


4461
4462
4463
4464
4465
4466
4467
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4461

class LambdaVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end