Class: Aws::LicenseManager::Types::OrRuleStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::OrRuleStatement
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
OR rule statement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#matching_rule_statements ⇒ Array<Types::MatchingRuleStatement>
Matching rule statements.
-
#script_rule_statements ⇒ Array<Types::ScriptRuleStatement>
Script rule statements.
Instance Attribute Details
#matching_rule_statements ⇒ Array<Types::MatchingRuleStatement>
Matching rule statements.
3998 3999 4000 4001 4002 4003 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3998 class OrRuleStatement < Struct.new( :matching_rule_statements, :script_rule_statements) SENSITIVE = [] include Aws::Structure end |
#script_rule_statements ⇒ Array<Types::ScriptRuleStatement>
Script rule statements.
3998 3999 4000 4001 4002 4003 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3998 class OrRuleStatement < Struct.new( :matching_rule_statements, :script_rule_statements) SENSITIVE = [] include Aws::Structure end |