Struct rusoto_apigateway::GetDocumentationVersionsRequest [] [src]

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

Gets the documentation versions of an API.

Fields

The maximum number of returned results per page.

The current pagination position in the paged result set.

[Required] The string identifier of the associated RestApi.

Trait Implementations

impl Default for GetDocumentationVersionsRequest
[src]

[src]

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

impl Debug for GetDocumentationVersionsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDocumentationVersionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more