Class: Aws::GuardDuty::Types::LambdaDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::LambdaDetails
- Defined in:
- gems/aws-sdk-guardduty/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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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)
.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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.
4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4548 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 |