You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppConfig::Types::DeploymentSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at ⇒ Time

Time the deployment completed.

Returns:

  • (Time) —

    Time the deployment completed.

#configuration_name ⇒ String

The name of the configuration.

Returns:

  • (String) —

    The name of the configuration.

#configuration_version ⇒ String

The version of the configuration.

Returns:

  • (String) —

    The version of the configuration.

#deployment_duration_in_minutes ⇒ Integer

Total amount of time the deployment lasted.

Returns:

  • (Integer) —

    Total amount of time the deployment lasted.

#deployment_number ⇒ Integer

The sequence number of the deployment.

Returns:

  • (Integer) —

    The sequence number of the deployment.

#final_bake_time_in_minutes ⇒ Integer

The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.

Returns:

  • (Integer) —

    The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.

#growth_factor ⇒ Float

The percentage of targets to receive a deployed configuration during each interval.

Returns:

  • (Float) —

    The percentage of targets to receive a deployed configuration during each interval.

#growth_type ⇒ String

The algorithm used to define how percentage grows over time.

Possible values:

  • LINEAR
  • EXPONENTIAL

Returns:

  • (String) —

    The algorithm used to define how percentage grows over time.

#percentage_complete ⇒ Float

The percentage of targets for which the deployment is available.

Returns:

  • (Float) —

    The percentage of targets for which the deployment is available.

#started_at ⇒ Time

Time the deployment started.

Returns:

  • (Time) —

    Time the deployment started.

#state ⇒ String

The state of the deployment.

Possible values:

  • BAKING
  • VALIDATING
  • DEPLOYING
  • COMPLETE
  • ROLLING_BACK
  • ROLLED_BACK

Returns:

  • (String) —

    The state of the deployment.