DBSnapshotAttribute class
Contains the name and values of a manual DB snapshot attribute
Manual DB snapshot attributes are used to authorize other AWS accounts to
restore a manual DB snapshot. For more information, see the
ModifyDBSnapshotAttribute
API.
Constructors
-
DBSnapshotAttribute({String? attributeName, List<
String> ? attributeValues}) - DBSnapshotAttribute.fromXml(XmlElement elem)
-
factory
Properties
- attributeName → String?
-
The name of the manual DB snapshot attribute.
final
-
attributeValues
→ List<
String> ? -
The value or values for the manual DB 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