Get Live Source Result
data class GetLiveSourceResult(val arn: String? = null, val httpPackageConfigurations: List<LiveSourceHttpPackageConfiguration>? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, httpPackageConfigurations: List<LiveSourceHttpPackageConfiguration>? = null, tags: List<Tag>? = null)