DBClusterSnapshotAttributesResult constructor

DBClusterSnapshotAttributesResult({
  1. List<DBClusterSnapshotAttribute>? dBClusterSnapshotAttributes,
  2. String? dBClusterSnapshotIdentifier,
})

Implementation

DBClusterSnapshotAttributesResult({
  this.dBClusterSnapshotAttributes,
  this.dBClusterSnapshotIdentifier,
});