Class: Aws::GuardDuty::Types::VpcConfig

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

Instance Attribute Details

#security_groupsArray<Types::SecurityGroup>

The identifier of the security group attached to the Lambda function.

Returns:



8243
8244
8245
8246
8247
8248
8249
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8243

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

#subnet_idsArray<String>

The identifiers of the subnets that are associated with your Lambda function.

Returns:

  • (Array<String>)


8243
8244
8245
8246
8247
8248
8249
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8243

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

#vpc_idString

The identifier of the Amazon Virtual Private Cloud.

Returns:

  • (String)


8243
8244
8245
8246
8247
8248
8249
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8243

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