GetUsageRequest

public struct GetUsageRequest : AWSShape
extension APIGateway.GetUsageRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The ending date (e.g., 2016-12-31) of the usage data.

    Declaration

    Swift

    public let endDate: String
  • The Id of the API key associated with the resultant usage data.

    Declaration

    Swift

    public let keyId: String?
  • The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

    Declaration

    Swift

    public let limit: Int?
  • The current pagination position in the paged result set.

    Declaration

    Swift

    public let position: String?
  • [Required] The starting date (e.g., 2016-01-01) of the usage data.

    Declaration

    Swift

    public let startDate: String
  • [Required] The Id of the usage plan associated with the usage data.

    Declaration

    Swift

    public let usagePlanId: String
  • Undocumented

    Declaration

    Swift

    public init(endDate: String, keyId: String? = nil, limit: Int? = nil, position: String? = nil, startDate: String, usagePlanId: String)