Class: Aws::CloudWatch::Types::ListManagedInsightRulesInput

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

#max_resultsInteger

The maximum number of results to return in one operation. If you omit this parameter, the default number is used. The default number is ‘100`.

Returns:

  • (Integer)


2069
2070
2071
2072
2073
2074
2075
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2069

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

#next_tokenString

Include this value to get the next set of rules if the value was returned by the previous operation.

Returns:

  • (String)


2069
2070
2071
2072
2073
2074
2075
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2069

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

#resource_arnString

The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.

Returns:

  • (String)


2069
2070
2071
2072
2073
2074
2075
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2069

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