Class: Docker::Pipeline::SsmParameters
- Inherits:
-
Object
- Object
- Docker::Pipeline::SsmParameters
- Defined in:
- lib/docker/pipeline/ssm_parameters.rb
Constant Summary collapse
- CLIENT =
Aws::SSM::Client.new
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.at(path) ⇒ Object
11 12 13 |
# File 'lib/docker/pipeline/ssm_parameters.rb', line 11 def self.at(path) new(path).to_h end |
Instance Method Details
#to_h ⇒ Object
15 16 17 |
# File 'lib/docker/pipeline/ssm_parameters.rb', line 15 def to_h env end |