Class: Aws::Types::PutInsightRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::PutInsightRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_on_transformed_logs ⇒ Boolean
Returns the value of attribute apply_on_transformed_logs.
-
#rule_definition ⇒ ::String
Returns the value of attribute rule_definition.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#rule_state ⇒ ::String
Returns the value of attribute rule_state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#apply_on_transformed_logs ⇒ Boolean
Returns the value of attribute apply_on_transformed_logs.
942 943 944 |
# File 'sig/types.rbs', line 942 def apply_on_transformed_logs @apply_on_transformed_logs end |
#rule_definition ⇒ ::String
Returns the value of attribute rule_definition.
940 941 942 |
# File 'sig/types.rbs', line 940 def rule_definition @rule_definition end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
938 939 940 |
# File 'sig/types.rbs', line 938 def rule_name @rule_name end |
#rule_state ⇒ ::String
Returns the value of attribute rule_state.
939 940 941 |
# File 'sig/types.rbs', line 939 def rule_state @rule_state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
941 942 943 |
# File 'sig/types.rbs', line 941 def @tags end |