Method: Stax::Aws::Ssm.get

Defined in:
lib/stax/aws/ssm.rb

.get(opt) ⇒ Object



35
36
37
# File 'lib/stax/aws/ssm.rb', line 35

def get(opt)
  client.get_parameters(opt).parameters
end