DeleteAutoScalingGroupType
public struct DeleteAutoScalingGroupType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String
-
Specifies that the group is to be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group.
Declaration
Swift
public let forceDelete: Bool?
-
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, forceDelete: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws