Class: Metadata::ReservedThroughput
- Inherits:
-
Object
- Object
- Metadata::ReservedThroughput
- Defined in:
- lib/tablestore/metadata.rb
Instance Attribute Summary collapse
-
#capacity_unit ⇒ Object
Returns the value of attribute capacity_unit.
Instance Method Summary collapse
-
#initialize(capacity_unit) ⇒ ReservedThroughput
constructor
A new instance of ReservedThroughput.
Constructor Details
#initialize(capacity_unit) ⇒ ReservedThroughput
Returns a new instance of ReservedThroughput.
71 72 73 |
# File 'lib/tablestore/metadata.rb', line 71 def initialize(capacity_unit) self.capacity_unit = capacity_unit end |
Instance Attribute Details
#capacity_unit ⇒ Object
Returns the value of attribute capacity_unit.
70 71 72 |
# File 'lib/tablestore/metadata.rb', line 70 def capacity_unit @capacity_unit end |