Class: Aws::Inspector2::Types::AwsLambdaFunctionDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

A summary of information about the Amazon Web Services Lambda function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architecturesArray<String>

The instruction set architecture that the Amazon Web Services Lambda function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.

Returns:

  • (Array<String>)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#code_sha_256String

The SHA256 hash of the Amazon Web Services Lambda function's deployment package.

Returns:

  • (String)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Web Services Lambda function's execution role.

Returns:

  • (String)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#function_nameString

The name of the Amazon Web Services Lambda function.

Returns:

  • (String)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_atTime

The date and time that a user last updated the configuration, in ISO 8601 format

Returns:



716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#layersArray<String>

The Amazon Web Services Lambda function's layers. A Lambda function can have up to five layers.

Returns:

  • (Array<String>)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#package_typeString

The type of deployment package. Set to Image for container image and set Zip for .zip file archive.

Returns:

  • (String)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#runtimeString

The runtime environment for the Amazon Web Services Lambda function.

Returns:

  • (String)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the Amazon Web Services Lambda function.

Returns:

  • (String)


716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::LambdaVpcConfig

The Amazon Web Services Lambda function's networking configuration.



716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 716

class AwsLambdaFunctionDetails < Struct.new(
  :architectures,
  :code_sha_256,
  :execution_role_arn,
  :function_name,
  :last_modified_at,
  :layers,
  :package_type,
  :runtime,
  :version,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end