GetTransitGatewayPeeringAttachmentResult

data class GetTransitGatewayPeeringAttachmentResult(val creationTime: String? = null, val state: String? = null, val status: TransitGatewayPeeringAttachmentPeeringAttachmentStatus? = null, val tags: List<Tag>? = null, val transitGatewayAttachmentId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The time the transit gateway peering attachment was created.

Link copied to clipboard
val state: String? = null

The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.

Link copied to clipboard

The status of the transit gateway peering attachment.

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

The tags for the transit gateway peering attachment.

Link copied to clipboard

The ID of the transit gateway peering attachment.