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:



8225
8226
8227
8228
8229
8230
8231
# File 'lib/aws-sdk-guardduty/types.rb', line 8225

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


8225
8226
8227
8228
8229
8230
8231
# File 'lib/aws-sdk-guardduty/types.rb', line 8225

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)


8225
8226
8227
8228
8229
8230
8231
# File 'lib/aws-sdk-guardduty/types.rb', line 8225

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