Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_expression ⇒ ::String
Returns the value of attribute check_expression.
-
#column_selectors ⇒ ::Array[Types::ColumnSelector]
Returns the value of attribute column_selectors.
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#substitution_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute substitution_map.
-
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
Instance Attribute Details
#check_expression ⇒ ::String
Returns the value of attribute check_expression.
820 821 822 |
# File 'sig/types.rbs', line 820 def check_expression @check_expression end |
#column_selectors ⇒ ::Array[Types::ColumnSelector]
Returns the value of attribute column_selectors.
823 824 825 |
# File 'sig/types.rbs', line 823 def column_selectors @column_selectors end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
819 820 821 |
# File 'sig/types.rbs', line 819 def disabled @disabled end |
#name ⇒ ::String
Returns the value of attribute name.
818 819 820 |
# File 'sig/types.rbs', line 818 def name @name end |
#substitution_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute substitution_map.
821 822 823 |
# File 'sig/types.rbs', line 821 def substitution_map @substitution_map end |
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
822 823 824 |
# File 'sig/types.rbs', line 822 def threshold @threshold end |