Class: Aws::Types::ProfileLimitValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_value::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


9302
9303
9304
# File 'sig/types.rbs', line 9302

def max_value
  @max_value
end

#unit"MB", ...

Returns the value of attribute unit.

Returns:

  • ("MB", "GB", "HOURS", "DAYS")


9303
9304
9305
# File 'sig/types.rbs', line 9303

def unit
  @unit
end