Parameter

@JsonSerializable
data class Parameter(val ARN: ARN? = null, val Name: SSMParameterName? = null, val Value: String? = null, val Type: ParameterType? = null, val DataType: String? = null, val Version: Long? = null, val LastModifiedDate: Timestamp? = null, val Selector: String? = null, val SourceResult: String? = null)(source)

Constructors

Link copied to clipboard
constructor(ARN: ARN? = null, Name: SSMParameterName? = null, Value: String? = null, Type: ParameterType? = null, DataType: String? = null, Version: Long? = null, LastModifiedDate: Timestamp? = null, Selector: String? = null, SourceResult: String? = null)

Properties

Link copied to clipboard
val ARN: ARN?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard