Struct rusoto_apigateway::DeleteDocumentationVersionRequest [] [src]

pub struct DeleteDocumentationVersionRequest {
    pub documentation_version: String,
    pub rest_api_id: String,
}

Deletes an existing documentation version of an API.

Fields

[Required] The version identifier of a to-be-deleted documentation snapshot.

[Required] The string identifier of the associated RestApi.

Trait Implementations

impl Default for DeleteDocumentationVersionRequest
[src]

[src]

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

impl Debug for DeleteDocumentationVersionRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteDocumentationVersionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more