Class: Aws::Types::CurrentPerformanceRiskRatings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#high::Integer

Returns the value of attribute high.

Returns:

  • (::Integer)


92
93
94
# File 'sig/types.rbs', line 92

def high
  @high
end

#low::Integer

Returns the value of attribute low.

Returns:

  • (::Integer)


94
95
96
# File 'sig/types.rbs', line 94

def low
  @low
end

#medium::Integer

Returns the value of attribute medium.

Returns:

  • (::Integer)


93
94
95
# File 'sig/types.rbs', line 93

def medium
  @medium
end

#very_low::Integer

Returns the value of attribute very_low.

Returns:

  • (::Integer)


95
96
97
# File 'sig/types.rbs', line 95

def very_low
  @very_low
end