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)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def instance_memory_allocation_percentage
  @instance_memory_allocation_percentage
end

#mode"Enable", "Disable"

Returns the value of attribute mode.

Returns:

  • ("Enable", "Disable")


1638
1639
1640
# File 'sig/types.rbs', line 1638

def mode
  @mode
end