ListConfigsRequest

public struct ListConfigsRequest : AWSShape
extension GroundStation.ListConfigsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Maximum number of Configs returned.

    Declaration

    Swift

    public let maxResults: Int?
  • Next token returned in the request of a previous ListConfigs call. Used to get the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)