DetachInstancesQuery
public struct DetachInstancesQuery : 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 the Auto Scaling group decrements the desired capacity value by the number of instances detached.
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