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)

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? = null
Link copied to clipboard
val DataType: String? = null
Link copied to clipboard
Link copied to clipboard
val Name: SSMParameterName? = null
Link copied to clipboard
val Selector: String? = null
Link copied to clipboard
val SourceResult: String? = null
Link copied to clipboard
val Type: ParameterType? = null
Link copied to clipboard
val Value: String? = null
Link copied to clipboard
val Version: Long? = null