Class: Aws::CloudWatch::Types::ManagedRuleState
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ManagedRuleState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
The status of a managed Contributor Insights rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
-
#state ⇒ String
Indicates whether the rule is enabled or disabled.
Instance Attribute Details
#rule_name ⇒ String
The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
2406 2407 2408 2409 2410 2411 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2406 class ManagedRuleState < Struct.new( :rule_name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Indicates whether the rule is enabled or disabled.
2406 2407 2408 2409 2410 2411 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2406 class ManagedRuleState < Struct.new( :rule_name, :state) SENSITIVE = [] include Aws::Structure end |