toggle menu
http4k
6.15.1.0
jvm
switch theme
search in API
http4k-connect-amazon-systemsmanager-fake
/
org.http4k.connect.amazon.systemsmanager
/
StoredParameter
Stored
Parameter
data
class
StoredParameter
(
val
name
:
SSMParameterName
,
val
value
:
String
,
val
type
:
ParameterType
,
val
version
:
Int
)
Members
Constructors
Stored
Parameter
Link copied to clipboard
constructor
(
name
:
SSMParameterName
,
value
:
String
,
type
:
ParameterType
,
version
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
SSMParameterName
type
Link copied to clipboard
val
type
:
ParameterType
value
Link copied to clipboard
val
value
:
String
version
Link copied to clipboard
val
version
:
Int