Class: Lamby::SsmParameterStore::Param
- Inherits:
-
Struct
- Object
- Struct
- Lamby::SsmParameterStore::Param
- Defined in:
- lib/lamby/ssm_parameter_store.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env
8 9 10 |
# File 'lib/lamby/ssm_parameter_store.rb', line 8 def env @env end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/lamby/ssm_parameter_store.rb', line 8 def name @name end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/lamby/ssm_parameter_store.rb', line 8 def value @value end |