Class: Aws::GuardDuty::Types::LambdaDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the Lambda function involved in the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Description of the Lambda function.

Returns:

  • (String)


3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#function_arnString

Amazon Resource Name (ARN) of the Lambda function.

Returns:

  • (String)


3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#function_nameString

Name of the Lambda function.

Returns:

  • (String)


3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#function_versionString

The version of the Lambda function.

Returns:

  • (String)


3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_atTime

The timestamp when the Lambda function was last modified. This field is in the UTC date string format ‘(2023-03-22T19:37:20.168Z)`.

Returns:

  • (Time)


3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision ID of the Lambda function version.

Returns:

  • (String)


3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The execution role of the Lambda function.

Returns:

  • (String)


3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags attached to this resource, listed in the format of ‘key`:`value` pair.

Returns:



3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

Amazon Virtual Private Cloud configuration details associated with your Lambda function.

Returns:



3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
# File 'lib/aws-sdk-guardduty/types.rb', line 3888

class LambdaDetails < Struct.new(
  :function_arn,
  :function_name,
  :description,
  :last_modified_at,
  :revision_id,
  :function_version,
  :role,
  :vpc_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end