Class: Aws::Types::InstanceRuleStatement
- Inherits:
-
Object
- Object
- Aws::Types::InstanceRuleStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_rule_statement ⇒ Types::AndRuleStatement
Returns the value of attribute and_rule_statement.
-
#matching_rule_statement ⇒ Types::MatchingRuleStatement
Returns the value of attribute matching_rule_statement.
-
#or_rule_statement ⇒ Types::OrRuleStatement
Returns the value of attribute or_rule_statement.
-
#script_rule_statement ⇒ Types::ScriptRuleStatement
Returns the value of attribute script_rule_statement.
Instance Attribute Details
#and_rule_statement ⇒ Types::AndRuleStatement
Returns the value of attribute and_rule_statement.
617 618 619 |
# File 'sig/types.rbs', line 617 def and_rule_statement @and_rule_statement end |
#matching_rule_statement ⇒ Types::MatchingRuleStatement
Returns the value of attribute matching_rule_statement.
619 620 621 |
# File 'sig/types.rbs', line 619 def matching_rule_statement @matching_rule_statement end |
#or_rule_statement ⇒ Types::OrRuleStatement
Returns the value of attribute or_rule_statement.
618 619 620 |
# File 'sig/types.rbs', line 618 def or_rule_statement @or_rule_statement end |
#script_rule_statement ⇒ Types::ScriptRuleStatement
Returns the value of attribute script_rule_statement.
620 621 622 |
# File 'sig/types.rbs', line 620 def script_rule_statement @script_rule_statement end |