Struct rusoto_codedeploy::BatchGetDeploymentGroupsOutput [] [src]

pub struct BatchGetDeploymentGroupsOutput {
    pub deployment_groups_info: Option<Vec<DeploymentGroupInfo>>,
    pub error_message: Option<String>,
}

Represents the output of a BatchGetDeploymentGroups operation.

Fields

Information about the deployment groups.

Information about errors that may have occurred during the API call.

Trait Implementations

impl Default for BatchGetDeploymentGroupsOutput
[src]

[src]

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

impl Debug for BatchGetDeploymentGroupsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetDeploymentGroupsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more