Class: Aws::Types::TemplateProgress
- Inherits:
-
Object
- Object
- Aws::Types::TemplateProgress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources_failed ⇒ ::Integer
Returns the value of attribute resources_failed.
-
#resources_pending ⇒ ::Integer
Returns the value of attribute resources_pending.
-
#resources_processing ⇒ ::Integer
Returns the value of attribute resources_processing.
-
#resources_succeeded ⇒ ::Integer
Returns the value of attribute resources_succeeded.
Instance Attribute Details
#resources_failed ⇒ ::Integer
Returns the value of attribute resources_failed.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def resources_failed @resources_failed end |
#resources_pending ⇒ ::Integer
Returns the value of attribute resources_pending.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def resources_pending @resources_pending end |
#resources_processing ⇒ ::Integer
Returns the value of attribute resources_processing.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def resources_processing @resources_processing end |
#resources_succeeded ⇒ ::Integer
Returns the value of attribute resources_succeeded.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def resources_succeeded @resources_succeeded end |