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:


10194
10195
10196
10197
10198
10199
10200
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10194

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

10194
10195
10196
10197
10198
10199
10200
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10194

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)

10194
10195
10196
10197
10198
10199
10200
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10194

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