GetBasePathMappingV2Result

data class GetBasePathMappingV2Result(val basePathMappingArn: String? = null, val restApiId: String? = null, val stage: String? = null)

Constructors

Link copied to clipboard
constructor(basePathMappingArn: String? = null, restApiId: String? = null, stage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon Resource Name (ARN) of the resource.

Link copied to clipboard
val restApiId: String? = null

The ID of the API.

Link copied to clipboard
val stage: String? = null

The name of the API's stage.