Class: Aws::Types::InsightRule
- Inherits:
-
Object
- Object
- Aws::Types::InsightRule
- 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.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#managed_rule ⇒ Boolean
Returns the value of attribute managed_rule.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#apply_on_transformed_logs ⇒ Boolean
Returns the value of attribute apply_on_transformed_logs.
525 526 527 |
# File 'sig/types.rbs', line 525 def apply_on_transformed_logs @apply_on_transformed_logs end |
#definition ⇒ ::String
Returns the value of attribute definition.
523 524 525 |
# File 'sig/types.rbs', line 523 def definition @definition end |
#managed_rule ⇒ Boolean
Returns the value of attribute managed_rule.
524 525 526 |
# File 'sig/types.rbs', line 524 def managed_rule @managed_rule end |
#name ⇒ ::String
Returns the value of attribute name.
520 521 522 |
# File 'sig/types.rbs', line 520 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
522 523 524 |
# File 'sig/types.rbs', line 522 def schema @schema end |
#state ⇒ ::String
Returns the value of attribute state.
521 522 523 |
# File 'sig/types.rbs', line 521 def state @state end |