Class: Aws::Types::RecommendationResourcesAggregates

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_count::Integer

Returns the value of attribute error_count.

Returns:

  • (::Integer)


335
336
337
# File 'sig/types.rbs', line 335

def error_count
  @error_count
end

#excluded_count::Integer

Returns the value of attribute excluded_count.

Returns:

  • (::Integer)


336
337
338
# File 'sig/types.rbs', line 336

def excluded_count
  @excluded_count
end

#ok_count::Integer

Returns the value of attribute ok_count.

Returns:

  • (::Integer)


333
334
335
# File 'sig/types.rbs', line 333

def ok_count
  @ok_count
end

#warning_count::Integer

Returns the value of attribute warning_count.

Returns:

  • (::Integer)


334
335
336
# File 'sig/types.rbs', line 334

def warning_count
  @warning_count
end