Struct rusoto_apigateway::Deployments [] [src]

pub struct Deployments {
    pub items: Option<Vec<Deployment>>,
    pub position: Option<String>,
}

Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.

To create a new deployment of a RestApi, make a POST request against this resource. To view, update, or delete an existing deployment, make a GET, PATCH, or DELETE request, respectively, on a specified Deployment resource.

Fields

The current page of elements from this collection.

Trait Implementations

impl Default for Deployments
[src]

[src]

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

impl Debug for Deployments
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Deployments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Deployments

impl Sync for Deployments