GetProtectionResult constructor
const
GetProtectionResult({})
Creates a new GetProtectionResult.
id Optional.
name Name of the protection.
protectionArn ARN of the protection.
protectionId Optional.
resourceArn Optional.
Implementation
const GetProtectionResult({
this.id,
this.name,
this.protectionArn,
this.protectionId,
this.resourceArn,
});