DisassociateFleetRequest

public struct DisassociateFleetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the fleet.

    Declaration

    Swift

    public let fleetName: String
  • The name of the stack.

    Declaration

    Swift

    public let stackName: String
  • Undocumented

    Declaration

    Swift

    public init(fleetName: String, stackName: String)
  • Declaration

    Swift

    public func validate(name: String) throws