GetResponseHeadersPolicyResult

data class GetResponseHeadersPolicyResult(val id: String? = null, val lastModifiedTime: String? = null, val responseHeadersPolicyConfig: ResponseHeadersPolicyConfig? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, lastModifiedTime: String? = null, responseHeadersPolicyConfig: ResponseHeadersPolicyConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The unique identifier for the response headers policy. For example: 57f99797-3b20-4e1b-a728-27972a74082a .

Link copied to clipboard

The date and time when the response headers policy was last modified.

Link copied to clipboard

A response headers policy configuration.