Class: Aws::CloudWatch::Types::ListManagedInsightRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListManagedInsightRulesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_rules ⇒ Array<Types::ManagedRuleDescription>
The managed rules that are available for the specified Amazon Web Services resource.
-
#next_token ⇒ String
Include this value to get the next set of rules if the value was returned by the previous operation.
Instance Attribute Details
#managed_rules ⇒ Array<Types::ManagedRuleDescription>
The managed rules that are available for the specified Amazon Web Services resource.
2156 2157 2158 2159 2160 2161 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2156 class ListManagedInsightRulesOutput < Struct.new( :managed_rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include this value to get the next set of rules if the value was returned by the previous operation.
2156 2157 2158 2159 2160 2161 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2156 class ListManagedInsightRulesOutput < Struct.new( :managed_rules, :next_token) SENSITIVE = [] include Aws::Structure end |