DeleteFleetInput

public struct DeleteFleetInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a fleet to be deleted. You can use either the fleet ID or ARN value.

    Declaration

    Swift

    public let fleetId: String
  • Undocumented

    Declaration

    Swift

    public init(fleetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws