DescribeFleetsRequest

public struct DescribeFleetsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the fleets to describe.

    Declaration

    Swift

    public let names: [String]?
  • The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws