Get Protection Result
data class GetProtectionResult(val applicationLayerAutomaticResponseConfiguration: ProtectionApplicationLayerAutomaticResponseConfiguration? = null, val healthCheckArns: List<String>? = null, val protectionArn: String? = null, val protectionId: String? = null, val tags: List<ProtectionTag>? = null)
Constructors
Link copied to clipboard
fun GetProtectionResult(applicationLayerAutomaticResponseConfiguration: ProtectionApplicationLayerAutomaticResponseConfiguration? = null, healthCheckArns: List<String>? = null, protectionArn: String? = null, protectionId: String? = null, tags: List<ProtectionTag>? = null)