Get Rest Api Result
data class GetRestApiResult(val apiKeySource: String, val arn: String, val binaryMediaTypes: List<String>, val description: String, val endpointConfigurations: List<GetRestApiEndpointConfiguration>, val executionArn: String, val id: String, val minimumCompressionSize: Int, val name: String, val policy: String, val rootResourceId: String, val tags: Map<String, String>)
A collection of values returned by getRestApi.
Constructors
Link copied to clipboard
fun GetRestApiResult(apiKeySource: String, arn: String, binaryMediaTypes: List<String>, description: String, endpointConfigurations: List<GetRestApiEndpointConfiguration>, executionArn: String, id: String, minimumCompressionSize: Int, name: String, policy: String, rootResourceId: String, tags: Map<String, String>)