class Aws::SSMIncidents::Types::ListIncidentRecordsInput
@note When making an API call, you may pass ListIncidentRecordsInput
data as a hash: { filters: [ { condition: { # required after: Time.now, before: Time.now, equals: { integer_values: [1], string_values: ["StringListMemberString"], }, }, key: "FilterKeyString", # required }, ], max_results: 1, next_token: "NextToken", }
@!attribute [rw] filters
Filter the list of incident records you are searching through. You can filter on the following keys: * `creationTime` * `impact` * `status` * `createdBy` @return [Array<Types::Filter>]
@!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]
@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/ListIncidentRecordsInput AWS API Documentation
Constants
- SENSITIVE