DBClusterSnapshotAttribute class

Contains the name and values of a manual DB cluster snapshot attribute.

Manual DB cluster snapshot attributes are used to authorize other AWS accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

Constructors

DBClusterSnapshotAttribute({String? attributeName, List<String>? attributeValues})
DBClusterSnapshotAttribute.fromXml(XmlElement elem)
factory

Properties

attributeName String?
The name of the manual DB cluster snapshot attribute.
final
attributeValues List<String>?
The value(s) for the manual DB cluster snapshot attribute.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited