Class: Aws::Types::ClusterTieredStorageConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_memory_allocation_percentage::Integer

Returns the value of attribute instance_memory_allocation_percentage.

Returns:

  • (::Integer)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def instance_memory_allocation_percentage
  @instance_memory_allocation_percentage
end

#mode"Enable", "Disable"

Returns the value of attribute mode.

Returns:

  • ("Enable", "Disable")


1623
1624
1625
# File 'sig/types.rbs', line 1623

def mode
  @mode
end