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.
428 429 430 |
# File 'sig/types.rbs', line 428 def failed @failed end |
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
426 427 428 |
# File 'sig/types.rbs', line 426 def in_progress @in_progress end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
425 426 427 |
# File 'sig/types.rbs', line 425 def pending @pending end |
#ready ⇒ ::Integer
Returns the value of attribute ready.
430 431 432 |
# File 'sig/types.rbs', line 430 def ready @ready end |
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
429 430 431 |
# File 'sig/types.rbs', line 429 def skipped @skipped end |
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
427 428 429 |
# File 'sig/types.rbs', line 427 def succeeded @succeeded end |