Class: Aws::Types::ObjectiveStatusCounters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


9524
9525
9526
# File 'sig/types.rbs', line 9524

def failed
  @failed
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


9523
9524
9525
# File 'sig/types.rbs', line 9523

def pending
  @pending
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


9522
9523
9524
# File 'sig/types.rbs', line 9522

def succeeded
  @succeeded
end