Class: Aws::Types::TemplateProgress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resources_failed::Integer

Returns the value of attribute resources_failed.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def resources_succeeded
  @resources_succeeded
end