Class: Aws::CloudWatch::Types::DescribeInsightRulesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insight_rulesArray<Types::InsightRule>

The rules returned by the operation.

Returns:



934
935
936
937
938
939
# File 'lib/aws-sdk-cloudwatch/types.rb', line 934

class DescribeInsightRulesOutput < Struct.new(
  :next_token,
  :insight_rules)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If this parameter is present, it is a token that marks the start of the next batch of returned results.

Returns:

  • (String)


934
935
936
937
938
939
# File 'lib/aws-sdk-cloudwatch/types.rb', line 934

class DescribeInsightRulesOutput < Struct.new(
  :next_token,
  :insight_rules)
  SENSITIVE = []
  include Aws::Structure
end