DescribeEventsMessage

public struct DescribeEventsMessage : AWSShape
extension ElastiCache.DescribeEventsMessage: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of minutes worth of events to retrieve.

    Declaration

    Swift

    public let duration: Int?
  • The end of the time interval for which to retrieve events, specified in ISO 8601 format. Example: 2017-03-30T07:03:49.555Z

    Declaration

    Swift

    public let endTime: TimeStamp?
  • 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.

    Declaration

    Swift

    public let marker: String?
  • 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.

    Declaration

    Swift

    public let maxRecords: Int?
  • The identifier of the event source for which events are returned. If not specified, all sources are included in the response.

    Declaration

    Swift

    public let sourceIdentifier: String?
  • The event source to retrieve events for. If no value is specified, all events are returned.

    Declaration

    Swift

    public let sourceType: SourceType?
  • The beginning of the time interval to retrieve events for, specified in ISO 8601 format. Example: 2017-03-30T07:03:49.555Z

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(duration: Int? = nil, endTime: TimeStamp? = nil, marker: String? = nil, maxRecords: Int? = nil, sourceIdentifier: String? = nil, sourceType: SourceType? = nil, startTime: TimeStamp? = nil)