DeletePlacementRequest

public struct DeletePlacementRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let placementName: String
  • The project containing the empty placement to delete.

    Declaration

    Swift

    public let projectName: String
  • Undocumented

    Declaration

    Swift

    public init(placementName: String, projectName: String)
  • Declaration

    Swift

    public func validate(name: String) throws