Search Resource
    data class SearchResource(val arn: String, val lastReportedAt: String, val owningAccountId: String, val region: String, val resourceProperties: List<SearchResourceResourceProperty>? = null, val resourceType: String, val service: String)
Constructors
Link copied to clipboard
                fun SearchResource(arn: String, lastReportedAt: String, owningAccountId: String, region: String, resourceProperties: List<SearchResourceResourceProperty>? = null, resourceType: String, service: String)