Struct rusoto_codedeploy::ListDeploymentConfigsOutput [] [src]

pub struct ListDeploymentConfigsOutput {
    pub deployment_configs_list: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Represents the output of a ListDeploymentConfigs operation.

Fields

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

Trait Implementations

impl Default for ListDeploymentConfigsOutput
[src]

[src]

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

impl Debug for ListDeploymentConfigsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListDeploymentConfigsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more