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)


9539
9540
9541
# File 'sig/types.rbs', line 9539

def failed
  @failed
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


9538
9539
9540
# File 'sig/types.rbs', line 9538

def pending
  @pending
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


9537
9538
9539
# File 'sig/types.rbs', line 9537

def succeeded
  @succeeded
end