Class: Aws::ARCRegionswitch::Types::LambdaUngraceful
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::LambdaUngraceful
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Configuration for handling failures when invoking Lambda functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior ⇒ String
The ungraceful behavior for a Lambda function, which must be set to
skip
.
Instance Attribute Details
#behavior ⇒ String
The ungraceful behavior for a Lambda function, which must be set to
skip
.
1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1225 class LambdaUngraceful < Struct.new( :behavior) SENSITIVE = [] include Aws::Structure end |