class Aws::SSMContacts::Types::ListEngagementsRequest

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

data as a hash:

    {
      next_token: "PaginationToken",
      max_results: 1,
      incident_id: "IncidentId",
      time_range_value: {
        start_time: Time.now,
        end_time: Time.now,
      },
    }

@!attribute [rw] next_token

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

@!attribute [rw] max_results

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

@!attribute [rw] incident_id

The Amazon Resource Name (ARN) of the incident you're listing
engagements for.
@return [String]

@!attribute [rw] time_range_value

The time range to lists engagements for an incident.
@return [Types::TimeRange]

@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/ListEngagementsRequest AWS API Documentation

Constants

SENSITIVE