EnterStandbyQuery
public struct EnterStandbyQuery : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String -
The IDs of the instances. You can specify up to 20 instances.
Declaration
Swift
public let instanceIds: [String]? -
Indicates whether to decrement the desired capacity of the Auto Scaling group by the number of instances moved to Standby mode.
Declaration
Swift
public let shouldDecrementDesiredCapacity: Bool -
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, instanceIds: [String]? = nil, shouldDecrementDesiredCapacity: Bool) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
EnterStandbyQuery Structure Reference