Struct rusoto_codedeploy::ListDeploymentGroupsOutput [] [src]

pub struct ListDeploymentGroupsOutput {
    pub application_name: Option<String>,
    pub deployment_groups: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Represents the output of a ListDeploymentGroups operation.

Fields

The application name.

A list of corresponding deployment group names.

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

Trait Implementations

impl Default for ListDeploymentGroupsOutput
[src]

[src]

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

impl Debug for ListDeploymentGroupsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListDeploymentGroupsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more