Class: Aws::Types::Capacity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available ⇒ ::Integer

Returns the value of attribute available.

Returns:

  • (::Integer)


27
28
29
# File 'sig/types.rbs', line 27

def available
  @available
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def name
  @name
end

#total ⇒ ::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


29
30
31
# File 'sig/types.rbs', line 29

def total
  @total
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def unit
  @unit
end

#used ⇒ ::Integer

Returns the value of attribute used.

Returns:

  • (::Integer)


31
32
33
# File 'sig/types.rbs', line 31

def used
  @used
end