ResourcePendingMaintenanceActions class

Identifies an AWS DMS resource and any pending actions for it.

Constructors

ResourcePendingMaintenanceActions({List<PendingMaintenanceAction>? pendingMaintenanceActionDetails, String? resourceIdentifier})
ResourcePendingMaintenanceActions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pendingMaintenanceActionDetails List<PendingMaintenanceAction>?
Detailed information about the pending maintenance action.
final
resourceIdentifier String?
The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for AWS DMS in the DMS documentation.
final
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