Struct rusoto_codedeploy::DeploymentConfigInfo [] [src]

pub struct DeploymentConfigInfo {
    pub create_time: Option<f64>,
    pub deployment_config_id: Option<String>,
    pub deployment_config_name: Option<String>,
    pub minimum_healthy_hosts: Option<MinimumHealthyHosts>,
}

Information about a deployment configuration.

Fields

The time at which the deployment configuration was created.

The deployment configuration ID.

The deployment configuration name.

Information about the number or percentage of minimum healthy instance.

Trait Implementations

impl Default for DeploymentConfigInfo
[src]

[src]

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

impl Debug for DeploymentConfigInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeploymentConfigInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more