Class: Aws::Types::LicenseConfigurationRuleStatement
- Inherits:
-
Object
- Object
- Aws::Types::LicenseConfigurationRuleStatement
- 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.
Instance Attribute Details
#and_rule_statement ⇒ Types::AndRuleStatement
Returns the value of attribute and_rule_statement.
741 742 743 |
# File 'sig/types.rbs', line 741 def and_rule_statement @and_rule_statement end |
#matching_rule_statement ⇒ Types::MatchingRuleStatement
Returns the value of attribute matching_rule_statement.
743 744 745 |
# File 'sig/types.rbs', line 743 def matching_rule_statement @matching_rule_statement end |
#or_rule_statement ⇒ Types::OrRuleStatement
Returns the value of attribute or_rule_statement.
742 743 744 |
# File 'sig/types.rbs', line 742 def or_rule_statement @or_rule_statement end |