class Aws::ElastiCache::Types::DescribeEventsMessage
Represents the input of a `DescribeEvents` operation.
@note When making an API call, you may pass DescribeEventsMessage
data as a hash: { source_identifier: "String", source_type: "cache-cluster", # accepts cache-cluster, cache-parameter-group, cache-security-group, cache-subnet-group, replication-group, user, user-group start_time: Time.now, end_time: Time.now, duration: 1, max_records: 1, marker: "String", }
@!attribute [rw] source_identifier
The identifier of the event source for which events are returned. If not specified, all sources are included in the response. @return [String]
@!attribute [rw] source_type
The event source to retrieve events for. If no value is specified, all events are returned. @return [String]
@!attribute [rw] start_time
The beginning of the time interval to retrieve events for, specified in ISO 8601 format. **Example:** 2017-03-30T07:03:49.555Z @return [Time]
@!attribute [rw] end_time
The end of the time interval for which to retrieve events, specified in ISO 8601 format. **Example:** 2017-03-30T07:03:49.555Z @return [Time]
@!attribute [rw] duration
The number of minutes worth of events to retrieve. @return [Integer]
@!attribute [rw] max_records
The maximum number of records to include in the response. If more records exist than the specified `MaxRecords` value, a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: minimum 20; maximum 100. @return [Integer]
@!attribute [rw] marker
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeEventsMessage AWS API Documentation
Constants
- SENSITIVE