Class: Aws::Types::DataStorage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum::Integer

Returns the value of attribute maximum.

Returns:

  • (::Integer)


561
562
563
# File 'sig/types.rbs', line 561

def maximum
  @maximum
end

#minimum::Integer

Returns the value of attribute minimum.

Returns:

  • (::Integer)


562
563
564
# File 'sig/types.rbs', line 562

def minimum
  @minimum
end

#unit"GB"

Returns the value of attribute unit.

Returns:

  • ("GB")


563
564
565
# File 'sig/types.rbs', line 563

def unit
  @unit
end