DescribeProtectedResourceOutput constructor

DescribeProtectedResourceOutput({
  1. DateTime? lastBackupTime,
  2. String? resourceArn,
  3. String? resourceType,
})

Implementation

DescribeProtectedResourceOutput({
  this.lastBackupTime,
  this.resourceArn,
  this.resourceType,
});