Get Connect Attachment Result
data class GetConnectAttachmentResult(val attachmentId: String? = null, val attachmentPolicyRuleNumber: Int? = null, val attachmentType: String? = null, val coreNetworkArn: String? = null, val createdAt: String? = null, val ownerAccountId: String? = null, val proposedSegmentChange: ConnectAttachmentProposedSegmentChange? = null, val resourceArn: String? = null, val segmentName: String? = null, val state: String? = null, val tags: List<ConnectAttachmentTag>? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
fun GetConnectAttachmentResult(attachmentId: String? = null, attachmentPolicyRuleNumber: Int? = null, attachmentType: String? = null, coreNetworkArn: String? = null, createdAt: String? = null, ownerAccountId: String? = null, proposedSegmentChange: ConnectAttachmentProposedSegmentChange? = null, resourceArn: String? = null, segmentName: String? = null, state: String? = null, tags: List<ConnectAttachmentTag>? = null, updatedAt: String? = null)