Class: Aws::ARCRegionswitch::Types::LambdaEventSourceMappingUngraceful
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::LambdaEventSourceMappingUngraceful
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Specifies whether to skip enabling or disabling an event source mapping during an ungraceful execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior ⇒ String
Set to
skipto skip executing this event source mapping step during an ungraceful execution.
Instance Attribute Details
#behavior ⇒ String
Set to skip to skip executing this event source mapping step
during an ungraceful execution.
1438 1439 1440 1441 1442 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1438 class LambdaEventSourceMappingUngraceful < Struct.new( :behavior) SENSITIVE = [] include Aws::Structure end |