Struct rusoto_codedeploy::GetDeploymentGroupInput [] [src]

pub struct GetDeploymentGroupInput {
    pub application_name: String,
    pub deployment_group_name: String,
}

Represents the input of a GetDeploymentGroup operation.

Fields

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

The name of an existing deployment group for the specified application.

Trait Implementations

impl Default for GetDeploymentGroupInput
[src]

[src]

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

impl Debug for GetDeploymentGroupInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDeploymentGroupInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more