GetProtectionResult

data class GetProtectionResult(val id: String, val name: String, val protectionArn: String, val protectionId: String, val resourceArn: String)

A collection of values returned by getProtection.

Constructors

Link copied to clipboard
constructor(id: String, name: String, protectionArn: String, protectionId: String, resourceArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Name of the protection.

Link copied to clipboard

ARN of the protection.

Link copied to clipboard
Link copied to clipboard