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)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def enabled
  @enabled
end

#volume_throughput::Integer

Returns the value of attribute volume_throughput.

Returns:

  • (::Integer)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def volume_throughput
  @volume_throughput
end