Struct aws_sdk_databasemigration::model::ResourcePendingMaintenanceActions [−][src]
#[non_exhaustive]pub struct ResourcePendingMaintenanceActions {
pub resource_identifier: Option<String>,
pub pending_maintenance_action_details: Option<Vec<PendingMaintenanceAction>>,
}
Expand description
Identifies an DMS resource and any pending actions for it.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.resource_identifier: Option<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 DMS in the DMS documentation.
pending_maintenance_action_details: Option<Vec<PendingMaintenanceAction>>
Detailed information about the pending maintenance action.
Implementations
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 DMS in the DMS documentation.
Detailed information about the pending maintenance action.
Creates a new builder-style object to manufacture ResourcePendingMaintenanceActions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ResourcePendingMaintenanceActions
impl Sync for ResourcePendingMaintenanceActions
impl Unpin for ResourcePendingMaintenanceActions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more