Class: Aws::GuardDuty::Types::LambdaDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::LambdaDetails
- 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
-
#description ⇒ String
Description of the Lambda function.
-
#function_arn ⇒ String
Amazon Resource Name (ARN) of the Lambda function.
-
#function_name ⇒ String
Name of the Lambda function.
-
#function_version ⇒ String
The version of the Lambda function.
-
#last_modified_at ⇒ Time
The timestamp when the Lambda function was last modified.
-
#revision_id ⇒ String
The revision ID of the Lambda function version.
-
#role ⇒ String
The execution role of the Lambda function.
-
#tags ⇒ Array<Types::Tag>
A list of tags attached to this resource, listed in the format of ‘key`:`value` pair.
-
#vpc_config ⇒ Types::VpcConfig
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
Instance Attribute Details
#description ⇒ String
Description of the Lambda function.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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_arn ⇒ String
Amazon Resource Name (ARN) of the Lambda function.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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_name ⇒ String
Name of the Lambda function.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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_version ⇒ String
The version of the Lambda function.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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_at ⇒ Time
The timestamp when the Lambda function was last modified. This field is in the UTC date string format ‘(2023-03-22T19:37:20.168Z)`.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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_id ⇒ String
The revision ID of the Lambda function version.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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 |
#role ⇒ String
The execution role of the Lambda function.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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 |
#tags ⇒ Array<Types::Tag>
A list of tags attached to this resource, listed in the format of ‘key`:`value` pair.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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_config ⇒ Types::VpcConfig
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4924 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 |