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_atTime

Time the deployment completed.

Returns:

  • (Time)

    Time the deployment completed.

#configuration_nameString

The name of the configuration.

Returns:

  • (String)

    The name of the configuration.

#configuration_versionString

The version of the configuration.

Returns:

  • (String)

    The version of the configuration.

#deployment_duration_in_minutesInteger

Total amount of time the deployment lasted.

Returns:

  • (Integer)

    Total amount of time the deployment lasted.

#deployment_numberInteger

The sequence number of the deployment.

Returns:

  • (Integer)

    The sequence number of the deployment.

#final_bake_time_in_minutesInteger

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_factorFloat

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_typeString

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_completeFloat

The percentage of targets for which the deployment is available.

Returns:

  • (Float)

    The percentage of targets for which the deployment is available.

#started_atTime

Time the deployment started.

Returns:

  • (Time)

    Time the deployment started.

#stateString

The state of the deployment.

Possible values:

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

Returns:

  • (String)

    The state of the deployment.