Class: Aws::CloudWatch::Types::DescribeInsightRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DescribeInsightRulesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_rules ⇒ Array<Types::InsightRule>
The rules returned by the operation.
-
#next_token ⇒ String
If this parameter is present, it is a token that marks the start of the next batch of returned results.
Instance Attribute Details
#insight_rules ⇒ Array<Types::InsightRule>
The rules returned by the operation.
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_token ⇒ String
If this parameter is present, it is a token that marks the start of the next batch of returned results.
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 |