Class: Aws::CloudWatch::Types::ManagedRuleDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ManagedRuleDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Contains information about managed Contributor Insights rules, as returned by ‘ListManagedInsightRules`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.
-
#rule_state ⇒ Types::ManagedRuleState
Describes the state of a managed rule.
-
#template_name ⇒ String
The template name for the managed rule.
Instance Attribute Details
#resource_arn ⇒ String
If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.
2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2385 class ManagedRuleDescription < Struct.new( :template_name, :resource_arn, :rule_state) SENSITIVE = [] include Aws::Structure end |
#rule_state ⇒ Types::ManagedRuleState
Describes the state of a managed rule. If present, it contains information about the Contributor Insights rule that contains information about the related Amazon Web Services resource.
2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2385 class ManagedRuleDescription < Struct.new( :template_name, :resource_arn, :rule_state) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The template name for the managed rule. Used to enable managed rules using ‘PutManagedInsightRules`.
2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2385 class ManagedRuleDescription < Struct.new( :template_name, :resource_arn, :rule_state) SENSITIVE = [] include Aws::Structure end |