GetTopicResult

data class GetTopicResult(val arn: String? = null, val dataSets: List<TopicDatasetMetadata>? = null, val description: String? = null, val name: String? = null, val userExperienceVersion: TopicUserExperienceVersion? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, dataSets: List<TopicDatasetMetadata>? = null, description: String? = null, name: String? = null, userExperienceVersion: TopicUserExperienceVersion? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the topic.

Link copied to clipboard

The data sets that the topic is associated with.

Link copied to clipboard
val description: String? = null

The description of the topic.

Link copied to clipboard
val name: String? = null

The name of the topic.

Link copied to clipboard

The user experience version of the topic.