Struct rusoto_codedeploy::ListDeploymentGroupsInput [] [src]

pub struct ListDeploymentGroupsInput {
    pub application_name: String,
    pub next_token: Option<String>,
}

Represents the input of a ListDeploymentGroups operation.

Fields

The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

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

Trait Implementations

impl Default for ListDeploymentGroupsInput
[src]

[src]

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

impl Debug for ListDeploymentGroupsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListDeploymentGroupsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more