GetTransitGatewayMulticastDomainResult

data class GetTransitGatewayMulticastDomainResult(val creationTime: String? = null, val options: OptionsProperties? = null, val state: String? = null, val tags: List<Tag>? = null, val transitGatewayMulticastDomainArn: String? = null, val transitGatewayMulticastDomainId: String? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, options: OptionsProperties? = null, state: String? = null, tags: List<Tag>? = null, transitGatewayMulticastDomainArn: String? = null, transitGatewayMulticastDomainId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The time the transit gateway multicast domain was created.

Link copied to clipboard

The options for the transit gateway multicast domain.

Link copied to clipboard
val state: String? = null

The state of the transit gateway multicast domain.

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the transit gateway multicast domain.

Link copied to clipboard

The Amazon Resource Name (ARN) of the transit gateway multicast domain.

Link copied to clipboard

The ID of the transit gateway multicast domain.