Class: Aws::CloudWatch::Types::ListManagedInsightRulesOutput

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

#managed_rulesArray<Types::ManagedRuleDescription>

The managed rules that are available for the specified Amazon Web Services resource.

Returns:



2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2089

class ListManagedInsightRulesOutput < Struct.new(
  :managed_rules,
  :next_token)
  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)


2089
2090
2091
2092
2093
2094
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2089

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