Struct rusoto_apigateway::GetGatewayResponsesRequest [] [src]

pub struct GetGatewayResponsesRequest {
    pub limit: Option<i64>,
    pub position: Option<String>,
    pub rest_api_id: String,
}

Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the Amazon API Gateway-generated default GatewayResponses collection for the supported response types.

Fields

The maximum number of returned results per page. The GatewayResponses collection does not support pagination and the limit does not apply here.

The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for GetGatewayResponsesRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for GetGatewayResponsesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetGatewayResponsesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more