class Aws::DocDB::Types::DescribePendingMaintenanceActionsMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribePendingMaintenanceActionsMessage AWS API Documentation
@return [Integer]
Constraints: Minimum 20, maximum 100.
Default: 100
results can be retrieved.
token (marker) is included in the response so that the remaining
records exist than the specified ‘MaxRecords` value, a pagination
The maximum number of records to include in the response. If more
@!attribute [rw] max_records
@return [String]
the marker, up to the value specified by `MaxRecords`.
parameter is specified, the response includes only records beyond
An optional pagination token provided by a previous request. If this
@!attribute [rw] marker
@return [Array<Types::Filter>]
for the DB instances identified by these ARNs.
ARNs. The results list includes only pending maintenance actions
* `db-instance-id` - Accepts DB instance identifiers and DB instance
these ARNs.
pending maintenance actions for the DB clusters identified by
Amazon Resource Names (ARNs). The results list includes only
* `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
Supported filters:
maintenance actions for.
A filter that specifies one or more resources to return pending
@!attribute [rw] filters
@return [String]
The ARN of a resource to return pending maintenance actions for.
@!attribute [rw] resource_identifier
}
max_records: 1,
marker: “String”,
],
},
values: [“String”], # required
name: “String”, # required
{
filters: [
resource_identifier: “String”,
{
data as a hash:
@note When making an API call, you may pass DescribePendingMaintenanceActionsMessage
Represents the input to DescribePendingMaintenanceActions.