Get Attachment Result
data class GetAttachmentResult(val arn: String, val filters: List<GetAttachmentFilter>? = null, val id: String, val resourceId: String, val resourceOwnerId: String, val resourceType: String, val state: String, val tags: Map<String, String>, val transitGatewayAttachmentId: String, val transitGatewayId: String, val transitGatewayOwnerId: String)
A collection of values returned by getAttachment.