Class: Aws::GuardDuty::Types::VpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::VpcConfig
- Defined in:
- gems/aws-sdk-guardduty/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.
9381 9382 9383 9384 9385 9386 9387 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9381 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.
9381 9382 9383 9384 9385 9386 9387 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9381 class VpcConfig < Struct.new( :subnet_ids, :vpc_id, :security_groups) SENSITIVE = [] include Aws::Structure end |