class Aws::IoTEventsData::Types::ListAlarmsRequest

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

data as a hash:

    {
      alarm_model_name: "AlarmModelName", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] alarm_model_name

The name of the alarm model.
@return [String]

@!attribute [rw] next_token

The token that you can use to return the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to be returned per request.
@return [Integer]

Constants

SENSITIVE