GetProtectionResult constructor

const GetProtectionResult({
  1. String? id,
  2. String? name,
  3. String? protectionArn,
  4. String? protectionId,
  5. String? resourceArn,
})

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,
});