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)


9561
9562
9563
# File 'sig/types.rbs', line 9561

def failed
  @failed
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


9560
9561
9562
# File 'sig/types.rbs', line 9560

def pending
  @pending
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


9559
9560
9561
# File 'sig/types.rbs', line 9559

def succeeded
  @succeeded
end