GetGatewayResponsesRequest

public struct GetGatewayResponsesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of returned results per page. The default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here.

    Declaration

    Swift

    public let limit: Int?
  • The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.

    Declaration

    Swift

    public let position: String?
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • Undocumented

    Declaration

    Swift

    public init(limit: Int? = nil, position: String? = nil, restApiId: String)