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

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

Instance Attribute Details

#security_groupsArray<Types::SecurityGroup>

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

Returns:



7528
7529
7530
7531
7532
7533
7534
# File 'lib/aws-sdk-guardduty/types.rb', line 7528

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>)


7528
7529
7530
7531
7532
7533
7534
# File 'lib/aws-sdk-guardduty/types.rb', line 7528

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)


7528
7529
7530
7531
7532
7533
7534
# File 'lib/aws-sdk-guardduty/types.rb', line 7528

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