GetTransitGatewayConnectResult

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

Constructors

Link copied to clipboard
fun GetTransitGatewayConnectResult(creationTime: String? = null, state: String? = null, tags: List<TransitGatewayConnectTag>? = 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

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.