Class: Aws::GuardDuty::Types::VpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::VpcConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_groups ⇒ Array<Types::SecurityGroup>
The identifier of the security group attached to the Lambda function.
-
#subnet_ids ⇒ Array<String>
The identifiers of the subnets that are associated with your Lambda function.
-
#vpc_id ⇒ String
The identifier of the Amazon Virtual Private Cloud.
Instance Attribute Details
#security_groups ⇒ Array<Types::SecurityGroup>
The identifier of the security group attached to the Lambda function.
8958 8959 8960 8961 8962 8963 8964 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8958 class VpcConfig < Struct.new( :subnet_ids, :vpc_id, :security_groups) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The identifiers of the subnets that are associated with your Lambda function.
8958 8959 8960 8961 8962 8963 8964 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8958 class VpcConfig < Struct.new( :subnet_ids, :vpc_id, :security_groups) SENSITIVE = [] include Aws::Structure end |