Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
parameter-store-executor
v0.2.2
Top Level Namespace
EnvVars
SSM
Error
Parameter
Response
Built with Crystal 1.9.2
2023-10-08 23:25:21 UTC
struct
SSM::Parameter
SSM::Parameter
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
ssm.cr
Constructors
.new
(name : String, value : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#<=>
(other :
self
)
#name
: String
#relative
(path : String)
#value
: String
Constructor Detail
def self.
new
(name : String, value : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
<=>
(other :
self
)
#
[
View source
]
def
name
: String
#
[
View source
]
def
relative
(path : String)
#
[
View source
]
def
value
: String
#
[
View source
]