Class: Aws::CloudWatch::Types::DescribeInsightRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DescribeInsightRulesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of rules.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 916 class DescribeInsightRulesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of rules.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 916 class DescribeInsightRulesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |