OptionGroupMembership class

Provides information on the option groups the DB instance is a member of.

Constructors

OptionGroupMembership({String? optionGroupName, String? status})
OptionGroupMembership.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
optionGroupName String?
The name of the option group that the instance belongs to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.
final

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