ListAssociatedFleetsResult

public struct ListAssociatedFleetsResult : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let names: [String]?
  • The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(names: [String]? = nil, nextToken: String? = nil)