Class: Aws::Snowball::Types::EventTriggerDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::EventTriggerDefinition
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Note:
When making an API call, you may pass EventTriggerDefinition data as a hash:
{
event_resource_arn: "ResourceARN",
}
The container for the EventTriggerDefinition$EventResourceARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_resource_arn ⇒ String
The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job.
Instance Attribute Details
#event_resource_arn ⇒ String
The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job.
1336 1337 1338 1339 1340 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1336 class EventTriggerDefinition < Struct.new( :event_resource_arn) SENSITIVE = [] include Aws::Structure end |