ApigatewayApiConfigFileResponse

data class ApigatewayApiConfigFileResponse(val contents: String, val path: String)

A lightweight description of a file.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bytes that constitute the file.

Link copied to clipboard

The file path (full or relative path). This is typically the path of the file when it is uploaded.