Get Transit Gateway Peering Attachment Result
data class GetTransitGatewayPeeringAttachmentResult(val creationTime: String? = null, val state: String? = null, val status: TransitGatewayPeeringAttachmentPeeringAttachmentStatus? = null, val tags: List<TransitGatewayPeeringAttachmentTag>? = null, val transitGatewayAttachmentId: String? = null)
Constructors
Link copied to clipboard
fun GetTransitGatewayPeeringAttachmentResult(creationTime: String? = null, state: String? = null, status: TransitGatewayPeeringAttachmentPeeringAttachmentStatus? = null, tags: List<TransitGatewayPeeringAttachmentTag>? = null, transitGatewayAttachmentId: String? = null)