Class: Aws::Types::Deployment
- Inherits:
-
Object
- Object
- Aws::Types::Deployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#applied_extensions ⇒ ::Array[Types::AppliedExtension]
Returns the value of attribute applied_extensions.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#configuration_location_uri ⇒ ::String
Returns the value of attribute configuration_location_uri.
-
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
-
#deployment_duration_in_minutes ⇒ ::Integer
Returns the value of attribute deployment_duration_in_minutes.
-
#deployment_number ⇒ ::Integer
Returns the value of attribute deployment_number.
-
#deployment_strategy_id ⇒ ::String
Returns the value of attribute deployment_strategy_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#event_log ⇒ ::Array[Types::DeploymentEvent]
Returns the value of attribute event_log.
-
#final_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute final_bake_time_in_minutes.
-
#growth_factor ⇒ ::Float
Returns the value of attribute growth_factor.
-
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
Returns the value of attribute growth_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#percentage_complete ⇒ ::Float
Returns the value of attribute percentage_complete.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "BAKING", ...
Returns the value of attribute state.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def application_id @application_id end |
#applied_extensions ⇒ ::Array[Types::AppliedExtension]
Returns the value of attribute applied_extensions.
301 302 303 |
# File 'sig/types.rbs', line 301 def applied_extensions @applied_extensions end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
300 301 302 |
# File 'sig/types.rbs', line 300 def completed_at @completed_at end |
#configuration_location_uri ⇒ ::String
Returns the value of attribute configuration_location_uri.
289 290 291 |
# File 'sig/types.rbs', line 289 def configuration_location_uri @configuration_location_uri end |
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def configuration_name @configuration_name end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def configuration_profile_id @configuration_profile_id end |
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
290 291 292 |
# File 'sig/types.rbs', line 290 def configuration_version @configuration_version end |
#deployment_duration_in_minutes ⇒ ::Integer
Returns the value of attribute deployment_duration_in_minutes.
292 293 294 |
# File 'sig/types.rbs', line 292 def deployment_duration_in_minutes @deployment_duration_in_minutes end |
#deployment_number ⇒ ::Integer
Returns the value of attribute deployment_number.
287 288 289 |
# File 'sig/types.rbs', line 287 def deployment_number @deployment_number end |
#deployment_strategy_id ⇒ ::String
Returns the value of attribute deployment_strategy_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def deployment_strategy_id @deployment_strategy_id end |
#description ⇒ ::String
Returns the value of attribute description.
291 292 293 |
# File 'sig/types.rbs', line 291 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def environment_id @environment_id end |
#event_log ⇒ ::Array[Types::DeploymentEvent]
Returns the value of attribute event_log.
297 298 299 |
# File 'sig/types.rbs', line 297 def event_log @event_log end |
#final_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute final_bake_time_in_minutes.
295 296 297 |
# File 'sig/types.rbs', line 295 def final_bake_time_in_minutes @final_bake_time_in_minutes end |
#growth_factor ⇒ ::Float
Returns the value of attribute growth_factor.
294 295 296 |
# File 'sig/types.rbs', line 294 def growth_factor @growth_factor end |
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
Returns the value of attribute growth_type.
293 294 295 |
# File 'sig/types.rbs', line 293 def growth_type @growth_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
302 303 304 |
# File 'sig/types.rbs', line 302 def kms_key_arn @kms_key_arn end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
303 304 305 |
# File 'sig/types.rbs', line 303 def kms_key_identifier @kms_key_identifier end |
#percentage_complete ⇒ ::Float
Returns the value of attribute percentage_complete.
298 299 300 |
# File 'sig/types.rbs', line 298 def percentage_complete @percentage_complete end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
299 300 301 |
# File 'sig/types.rbs', line 299 def started_at @started_at end |
#state ⇒ "BAKING", ...
Returns the value of attribute state.
296 297 298 |
# File 'sig/types.rbs', line 296 def state @state end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
304 305 306 |
# File 'sig/types.rbs', line 304 def version_label @version_label end |