Class: Aws::IoTEvents::Types::ListAlarmModelVersionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_nameString

The name of the alarm model.

Returns:

  • (String)


2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2197

class ListAlarmModelVersionsRequest < Struct.new(
  :alarm_model_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2197

class ListAlarmModelVersionsRequest < Struct.new(
  :alarm_model_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that you can use to return the next set of results.

Returns:

  • (String)


2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2197

class ListAlarmModelVersionsRequest < Struct.new(
  :alarm_model_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end