Method: Aws::CloudWatch::Types::DescribeAlarmsInput#next_token

Defined in:
lib/aws-sdk-cloudwatch/types.rb

#next_tokenString

The token returned by a previous call to indicate that there is more data available.

Returns:

  • (String)


951
952
953
954
955
956
957
958
959
960
961
962
963
# File 'lib/aws-sdk-cloudwatch/types.rb', line 951

class DescribeAlarmsInput < Struct.new(
  :alarm_names,
  :alarm_name_prefix,
  :alarm_types,
  :children_of_alarm_name,
  :parents_of_alarm_name,
  :state_value,
  :action_prefix,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end