Module: CWA
- Defined in:
- lib/cwa.rb,
lib/cwa/cli.rb,
lib/cwa/alarms.rb,
lib/cwa/client.rb,
lib/cwa/version.rb
Overview
– Copyright © 2021 Ito Toshifumi cloudwatch alarm cli ++
Defined Under Namespace
Classes: Alarms, Cli, Client, Error
Constant Summary collapse
- VERSION =
"0.3.2"
Class Method Summary collapse
Class Method Details
.get(opts = {}) ⇒ Object
15 16 17 |
# File 'lib/cwa.rb', line 15 def get(opts = {}) Client.new(opts) end |