OnExitLifecycle

public struct OnExitLifecycle : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the actions that are performed when the state is exited and the condition is TRUE.

    Declaration

    Swift

    public let events: [Event]?
  • Undocumented

    Declaration

    Swift

    public init(events: [Event]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws