DescribeLifecycleHooksType
public struct DescribeLifecycleHooksType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String -
The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.
Declaration
Swift
public let lifecycleHookNames: [String]? -
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, lifecycleHookNames: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeLifecycleHooksType Structure Reference