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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb

Overview

Information about the deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atTime

Time the deployment completed.

Returns:

  • (Time)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_nameString

The name of the configuration.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_versionString

The version of the configuration.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_duration_in_minutesInteger

Total amount of time the deployment lasted.

Returns:

  • (Integer)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_numberInteger

The sequence number of the deployment.

Returns:

  • (Integer)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#final_bake_time_in_minutesInteger

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

Returns:

  • (Integer)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#growth_factorFloat

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

Returns:

  • (Float)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#growth_typeString

The algorithm used to define how percentage grows over time.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#percentage_completeFloat

The percentage of targets for which the deployment is available.

Returns:

  • (Float)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

Time the deployment started.

Returns:

  • (Time)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the deployment.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end

#version_labelString

A user-defined label for an AppConfig hosted configuration version.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1209

class DeploymentSummary < Struct.new(
  :deployment_number,
  :configuration_name,
  :configuration_version,
  :deployment_duration_in_minutes,
  :growth_type,
  :growth_factor,
  :final_bake_time_in_minutes,
  :state,
  :percentage_complete,
  :started_at,
  :completed_at,
  :version_label)
  SENSITIVE = []
  include Aws::Structure
end