DeleteApplicationMessage

public struct DeleteApplicationMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the application to delete.

    Declaration

    Swift

    public let applicationName: String
  • When set to true, running environments will be terminated before deleting the application.

    Declaration

    Swift

    public let terminateEnvByForce: Bool?
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String, terminateEnvByForce: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws