DeleteLifecycleHookType
public struct DeleteLifecycleHookType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String
-
The name of the lifecycle hook.
Declaration
Swift
public let lifecycleHookName: String
-
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, lifecycleHookName: String)
-
Declaration
Swift
public func validate(name: String) throws