Struct rusoto_codedeploy::ListDeploymentConfigsInput [] [src]

pub struct ListDeploymentConfigsInput {
    pub next_token: Option<String>,
}

Represents the input of a ListDeploymentConfigs operation.

Fields

An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

Trait Implementations

impl Default for ListDeploymentConfigsInput
[src]

[src]

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

impl Debug for ListDeploymentConfigsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListDeploymentConfigsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more