TerminateInstanceInAutoScalingGroupType
public struct TerminateInstanceInAutoScalingGroupType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the instance.
Declaration
Swift
public let instanceId: String -
Indicates whether terminating the instance also decrements the size of the Auto Scaling group.
Declaration
Swift
public let shouldDecrementDesiredCapacity: Bool -
Undocumented
Declaration
Swift
public init(instanceId: String, shouldDecrementDesiredCapacity: Bool) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TerminateInstanceInAutoScalingGroupType Structure Reference