Get Event Stream Result
data class GetEventStreamResult(val createdAt: String? = null, val destinationDetails: DestinationDetailsProperties? = null, val eventStreamArn: String? = null, val state: EventStreamState? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, destinationDetails: DestinationDetailsProperties? = null, eventStreamArn: String? = null, state: EventStreamState? = null, tags: List<Tag>? = null)