Method: Stax::Cmd::DynamoDB#throughput
- Defined in:
- lib/stax/mixin/dynamodb/throughput.rb
#throughput ⇒ Object
57 58 59 60 61 62 63 |
# File 'lib/stax/mixin/dynamodb/throughput.rb', line 57 def throughput if [:write] || [:read] update_throughput([:tables], [:read], [:write]) else print_throughput([:tables]) end end |