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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


2318
2319
2320
2321
2322
2323
2324
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2318

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.



2318
2319
2320
2321
2322
2323
2324
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2318

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)


2318
2319
2320
2321
2322
2323
2324
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2318

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