Class: Aws::Types::DeploymentSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#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.
-
#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.
-
#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.
-
#type ⇒ "USER", "MANAGED"
Returns the value of attribute type.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
353 354 355 |
# File 'sig/types.rbs', line 353 def completed_at @completed_at end |
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
344 345 346 |
# File 'sig/types.rbs', line 344 def configuration_name @configuration_name end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def configuration_profile_id @configuration_profile_id end |
#configuration_version ⇒ ::String
Returns the value of attribute configuration_version.
345 346 347 |
# File 'sig/types.rbs', line 345 def configuration_version @configuration_version end |
#deployment_duration_in_minutes ⇒ ::Integer
Returns the value of attribute deployment_duration_in_minutes.
346 347 348 |
# File 'sig/types.rbs', line 346 def deployment_duration_in_minutes @deployment_duration_in_minutes end |
#deployment_number ⇒ ::Integer
Returns the value of attribute deployment_number.
342 343 344 |
# File 'sig/types.rbs', line 342 def deployment_number @deployment_number end |
#final_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute final_bake_time_in_minutes.
349 350 351 |
# File 'sig/types.rbs', line 349 def final_bake_time_in_minutes @final_bake_time_in_minutes end |
#growth_factor ⇒ ::Float
Returns the value of attribute growth_factor.
348 349 350 |
# File 'sig/types.rbs', line 348 def growth_factor @growth_factor end |
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
Returns the value of attribute growth_type.
347 348 349 |
# File 'sig/types.rbs', line 347 def growth_type @growth_type end |
#percentage_complete ⇒ ::Float
Returns the value of attribute percentage_complete.
351 352 353 |
# File 'sig/types.rbs', line 351 def percentage_complete @percentage_complete end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
352 353 354 |
# File 'sig/types.rbs', line 352 def started_at @started_at end |
#state ⇒ "BAKING", ...
Returns the value of attribute state.
350 351 352 |
# File 'sig/types.rbs', line 350 def state @state end |
#type ⇒ "USER", "MANAGED"
Returns the value of attribute type.
355 356 357 |
# File 'sig/types.rbs', line 355 def type @type end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
354 355 356 |
# File 'sig/types.rbs', line 354 def version_label @version_label end |