Struct rusoto_codedeploy::GetDeploymentConfigInput [] [src]

pub struct GetDeploymentConfigInput {
    pub deployment_config_name: String,
}

Represents the input of a GetDeploymentConfig operation.

Fields

The name of a deployment configuration associated with the applicable IAM user or AWS account.

Trait Implementations

impl Default for GetDeploymentConfigInput
[src]

[src]

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

impl Debug for GetDeploymentConfigInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDeploymentConfigInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more