Class: Aws::CloudWatch::Types::ManagedRuleState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb

Overview

The status of a managed Contributor Insights rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.

Returns:

  • (String)


2339
2340
2341
2342
2343
2344
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2339

class ManagedRuleState < Struct.new(
  :rule_name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Indicates whether the rule is enabled or disabled.

Returns:

  • (String)


2339
2340
2341
2342
2343
2344
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2339

class ManagedRuleState < Struct.new(
  :rule_name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end