GetSdkResult

data class GetSdkResult(val body: String, val contentDisposition: String, val contentType: String, val id: String, val parameters: Map<String, String>? = null, val restApiId: String, val sdkType: String, val stageName: String)

A collection of values returned by getSdk.

Constructors

Link copied to clipboard
constructor(body: String, contentDisposition: String, contentType: String, id: String, parameters: Map<String, String>? = null, restApiId: String, sdkType: String, stageName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SDK as a string.

Link copied to clipboard

Content-disposition header value in the HTTP response.

Link copied to clipboard

Content-type header value in the HTTP response.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val parameters: Map<String, String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard