Class: Aws::Types::ProvisionedThroughput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def enabled
  @enabled
end

#volume_throughput::Integer

Returns the value of attribute volume_throughput.

Returns:

  • (::Integer)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def volume_throughput
  @volume_throughput
end