Class: Aws::CloudWatch::Types::ManagedRuleDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/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

Instance Attribute Details

#resource_arnString

If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.

Returns:

  • (String)


2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2304

class ManagedRuleDescription < Struct.new(
  :template_name,
  :resource_arn,
  :rule_state)
  SENSITIVE = []
  include Aws::Structure
end

#rule_stateTypes::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.



2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2304

class ManagedRuleDescription < Struct.new(
  :template_name,
  :resource_arn,
  :rule_state)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The template name for the managed rule. Used to enable managed rules using PutManagedInsightRules.

Returns:

  • (String)


2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2304

class ManagedRuleDescription < Struct.new(
  :template_name,
  :resource_arn,
  :rule_state)
  SENSITIVE = []
  include Aws::Structure
end