Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Snowball::Types::EventTriggerDefinition

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

Overview

The container for the EventTriggerDefinition$EventResourceARN.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_resource_arnString

The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job.

Returns:

  • (String)

1159
1160
1161
1162
1163
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1159

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