Get Transit Gateway Route Table Attachment Result
data class GetTransitGatewayRouteTableAttachmentResult(val attachmentId: String? = null, val attachmentPolicyRuleNumber: Int? = null, val attachmentType: String? = null, val coreNetworkArn: String? = null, val coreNetworkId: String? = null, val createdAt: String? = null, val edgeLocation: String? = null, val ownerAccountId: String? = null, val proposedSegmentChange: TransitGatewayRouteTableAttachmentProposedSegmentChange? = null, val resourceArn: String? = null, val segmentName: String? = null, val state: String? = null, val tags: List<TransitGatewayRouteTableAttachmentTag>? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
fun GetTransitGatewayRouteTableAttachmentResult(attachmentId: String? = null, attachmentPolicyRuleNumber: Int? = null, attachmentType: String? = null, coreNetworkArn: String? = null, coreNetworkId: String? = null, createdAt: String? = null, edgeLocation: String? = null, ownerAccountId: String? = null, proposedSegmentChange: TransitGatewayRouteTableAttachmentProposedSegmentChange? = null, resourceArn: String? = null, segmentName: String? = null, state: String? = null, tags: List<TransitGatewayRouteTableAttachmentTag>? = null, updatedAt: String? = null)