class Aws::SSMIncidents::Types::ListTimelineEventsInput

@note When making an API call, you may pass ListTimelineEventsInput

data as a hash:

    {
      filters: [
        {
          condition: { # required
            after: Time.now,
            before: Time.now,
            equals: {
              integer_values: [1],
              string_values: ["StringListMemberString"],
            },
          },
          key: "FilterKeyString", # required
        },
      ],
      incident_record_arn: "Arn", # required
      max_results: 1,
      next_token: "NextToken",
      sort_by: "EVENT_TIME", # accepts EVENT_TIME
      sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
    }

@!attribute [rw] filters

Filters the timeline events based on the provided conditional
values. You can filter timeline events using the following keys:

* `eventTime`

* `eventType`
@return [Array<Types::Filter>]

@!attribute [rw] incident_record_arn

The Amazon Resource Name (ARN) of the incident that the event is
part of.
@return [String]

@!attribute [rw] max_results

The maximum number of results per page.
@return [Integer]

@!attribute [rw] next_token

The pagination token to continue to the next page of results.
@return [String]

@!attribute [rw] sort_by

Sort by the specified key value pair.
@return [String]

@!attribute [rw] sort_order

Sorts the order of timeline events by the value specified in the
`sortBy` field.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/ListTimelineEventsInput AWS API Documentation

Constants

SENSITIVE