Class: Aws::Snowball::Types::LambdaResource

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

Overview

Identifies

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_triggersArray<Types::EventTriggerDefinition>

The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.

Returns:



1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1725

class LambdaResource < Struct.new(
  :lambda_arn,
  :event_triggers)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_arnString

An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.

Returns:

  • (String)


1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1725

class LambdaResource < Struct.new(
  :lambda_arn,
  :event_triggers)
  SENSITIVE = []
  include Aws::Structure
end