Class: Aws::Types::TemplateProgress

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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