AWSAutoScalingDescribeLifecycleHooksType

Objective-C

@interface AWSAutoScalingDescribeLifecycleHooksType

Swift

class AWSAutoScalingDescribeLifecycleHooksType
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;

    Swift

    var autoScalingGroupName: String? { get set }
  • The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable lifecycleHookNames;

    Swift

    var lifecycleHookNames: [String]? { get set }