class Aws::DocDB::Types::ApplyPendingMaintenanceActionMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ApplyPendingMaintenanceActionMessage AWS API Documentation
@return [String]
requests.
* ‘undo-opt-in` - Cancel any existing `next-maintenance` opt-in
maintenance window for the resource.
* `next-maintenance` - Apply the maintenance action during the next
* `immediate` - Apply the maintenance action immediately.
Valid values:
undone.
opt-in request. An opt-in request of type `immediate` can’t be
A value that specifies the type of opt-in request or undoes an
@!attribute [rw] opt_in_type
@return [String]
Valid values: ‘system-update`, `db-upgrade`
The pending maintenance action to apply to this resource.
@!attribute [rw] apply_action
@return [String]
maintenance action applies to.
The Amazon Resource Name (ARN) of the resource that the pending
@!attribute [rw] resource_identifier
}
opt_in_type: “String”, # required
apply_action: “String”, # required
resource_identifier: “String”, # required
{
data as a hash:
@note When making an API call, you may pass ApplyPendingMaintenanceActionMessage
Represents the input to ApplyPendingMaintenanceAction.