Class: Aws::Types::ExascaleDbStorageDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_size_in_g_bs::Integer

Returns the value of attribute available_size_in_g_bs.

Returns:

  • (::Integer)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def available_size_in_g_bs
  @available_size_in_g_bs
end

#total_size_in_g_bs::Integer

Returns the value of attribute total_size_in_g_bs.

Returns:

  • (::Integer)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def total_size_in_g_bs
  @total_size_in_g_bs
end