AWSAutoScalingCompleteLifecycleActionType Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSAutoScalingModel.h AWSAutoScalingModel.m |
autoScalingGroupName
The name of the Auto Scaling group.
@property (nonatomic, strong) NSString *autoScalingGroupName
Declared In
AWSAutoScalingModel.h
instanceId
The ID of the instance.
@property (nonatomic, strong) NSString *instanceId
Declared In
AWSAutoScalingModel.h
lifecycleActionResult
The action for the group to take. This parameter can be either CONTINUE
or ABANDON
.
@property (nonatomic, strong) NSString *lifecycleActionResult
Declared In
AWSAutoScalingModel.h
lifecycleActionToken
A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
@property (nonatomic, strong) NSString *lifecycleActionToken
Declared In
AWSAutoScalingModel.h
lifecycleHookName
The name of the lifecycle hook.
@property (nonatomic, strong) NSString *lifecycleHookName
Declared In
AWSAutoScalingModel.h