Class: Aws::S3Control::Types::LambdaInvokeOperation

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

Overview

Contains the configuration parameters for a Lambda Invoke operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_arnString

The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.

Returns:

  • (String)


3075
3076
3077
3078
3079
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3075

class LambdaInvokeOperation < Struct.new(
  :function_arn)
  SENSITIVE = []
  include Aws::Structure
end