GetTransitGatewayConnectResult

data class GetTransitGatewayConnectResult(val creationTime: String? = null, val state: String? = null, val tags: List<Tag>? = null, val transitGatewayAttachmentId: String? = null, val transitGatewayId: String? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, state: String? = null, tags: List<Tag>? = null, transitGatewayAttachmentId: String? = null, transitGatewayId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The creation time.

Link copied to clipboard
val state: String? = null

The state of the attachment.

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

The tags for the attachment.

Link copied to clipboard

The ID of the Connect attachment.

Link copied to clipboard

The ID of the transit gateway.