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::Response
SSM::Response
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
ssm.cr
Constructors
.new
(pull : JSON::PullParser)
.new
Instance Method Summary
#next_token
: String | Nil
#parameters
: Array(SSM::Parameter)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
#
[
View source
]
Instance Method Detail
def
next_token
: String | Nil
#
[
View source
]
def
parameters
: Array(
SSM::Parameter
)
#
[
View source
]