class AvalancheMQ::ParameterStore(T)
- AvalancheMQ::ParameterStore(T)
 - Reference
 - Object
 
Included Modules
- Enumerable({String | {String?, String} | Nil, T})
 
Defined in:
avalanchemq/parameter_store.crConstructors
Instance Method Summary
- #apply(parameter : Parameter | Nil = nil, &)
 - #close
 - #create(data : JSON::Any, save = true)
 - #create(parameter : T, save = true)
 - #delete(id) : T | Nil
 - 
        #each(&)
        
          
Must yield this collection's elements to the block.
 - #save!
 - #to_json(json : JSON::Builder)
 
Macro Summary
Constructor Detail
Instance Method Detail
        
        def each(&)
        #
      
      
        
              Description copied from module Enumerable({String | {String?, String} | Nil, T})
            
          
          Must yield this collection's elements to the block.