ModifyDBClusterSnapshotAttributeResult constructor

ModifyDBClusterSnapshotAttributeResult({
  1. DBClusterSnapshotAttributesResult? dBClusterSnapshotAttributesResult,
})

Implementation

ModifyDBClusterSnapshotAttributeResult({
  this.dBClusterSnapshotAttributesResult,
});