Class: Aws::Types::DeploymentOverview
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentOverview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
-
#pending ⇒ ::Integer
Returns the value of attribute pending.
-
#ready ⇒ ::Integer
Returns the value of attribute ready.
-
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
-
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
Instance Attribute Details
#failed ⇒ ::Integer
Returns the value of attribute failed.
429 430 431 |
# File 'sig/types.rbs', line 429 def failed @failed end |
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
427 428 429 |
# File 'sig/types.rbs', line 427 def in_progress @in_progress end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
426 427 428 |
# File 'sig/types.rbs', line 426 def pending @pending end |
#ready ⇒ ::Integer
Returns the value of attribute ready.
431 432 433 |
# File 'sig/types.rbs', line 431 def ready @ready end |
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
430 431 432 |
# File 'sig/types.rbs', line 430 def skipped @skipped end |
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
428 429 430 |
# File 'sig/types.rbs', line 428 def succeeded @succeeded end |