AWSAutoScalingExitStandbyQuery

Objective-C

@interface AWSAutoScalingExitStandbyQuery

Swift

class AWSAutoScalingExitStandbyQuery
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

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

    Swift

    var autoScalingGroupName: String? { get set }
  • The IDs of the instances. You can specify up to 20 instances.

    Declaration

    Objective-C

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

    Swift

    var instanceIds: [String]? { get set }