class Aws::DocDB::Types::DescribeEventsMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeEventsMessage AWS API Documentation
@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 [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 [Array<Types::Filter>]
This parameter is not currently supported.
@!attribute [rw] filters
@return [Array<String>]
notification subscription.
A list of event categories that trigger notifications for an event
@!attribute [rw] event_categories
@return [Integer]
Default: 60
The number of minutes to retrieve events for.
@!attribute [rw] duration
@return [Time]
Example: 2009-07-08T18:00Z
in ISO 8601 format.
The end of the time interval for which to retrieve events, specified
@!attribute [rw] end_time
@return [Time]
Example: 2009-07-08T18:00Z
in ISO 8601 format.
The beginning of the time interval to retrieve events for, specified
@!attribute [rw] start_time
@return [String]
all events are returned.
The event source to retrieve events for. If no value is specified,
@!attribute [rw] source_type
@return [String]
* Cannot end with a hyphen or contain two consecutive hyphens.
be provided.
* If the source type is `DBSnapshot`, a `DBSnapshotIdentifier` must
must be provided.
* If the source type is `DBParameterGroup`, a `DBParameterGroupName`
must be provided.
* If the source type is `DBSecurityGroup`, a `DBSecurityGroupName`
be provided.
* If the source type is `DBInstance`, a `DBInstanceIdentifier` must
provided.
* If `SourceIdentifier` is provided, `SourceType` must also be
Constraints:
not specified, then all sources are included in the response.
The identifier of the event source for which events are returned. If
@!attribute [rw] source_identifier
Represents the input to DescribeEvents.