NamedShadows

@JsonSerializable
data class NamedShadows(val results: List<ShadowName> = emptyList(), val nextToken: String? = null, val timestamp: Timestamp? = null)(source)

Constructors

Link copied to clipboard
constructor(results: List<ShadowName> = emptyList(), nextToken: String? = null, timestamp: Timestamp? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard