Get Vpc Attachment Result
data class GetVpcAttachmentResult(val attachmentId: String? = null, val attachmentPolicyRuleNumber: Int? = null, val attachmentType: String? = null, val coreNetworkArn: String? = null, val createdAt: String? = null, val edgeLocation: String? = null, val options: VpcAttachmentVpcOptions? = null, val ownerAccountId: String? = null, val proposedSegmentChange: VpcAttachmentProposedSegmentChange? = null, val resourceArn: String? = null, val segmentName: String? = null, val state: String? = null, val subnetArns: List<String>? = null, val tags: List<VpcAttachmentTag>? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
fun GetVpcAttachmentResult(attachmentId: String? = null, attachmentPolicyRuleNumber: Int? = null, attachmentType: String? = null, coreNetworkArn: String? = null, createdAt: String? = null, edgeLocation: String? = null, options: VpcAttachmentVpcOptions? = null, ownerAccountId: String? = null, proposedSegmentChange: VpcAttachmentProposedSegmentChange? = null, resourceArn: String? = null, segmentName: String? = null, state: String? = null, subnetArns: List<String>? = null, tags: List<VpcAttachmentTag>? = null, updatedAt: String? = null)