SetInstanceProtectionQuery
public struct SetInstanceProtectionQuery : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String -
One or more instance IDs.
Declaration
Swift
public let instanceIds: [String] -
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
Declaration
Swift
public let protectedFromScaleIn: Bool -
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, instanceIds: [String], protectedFromScaleIn: Bool) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SetInstanceProtectionQuery Structure Reference