Class: Aws::LicenseManager::Types::AndRuleStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AndRuleStatement
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
AND 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.
72 73 74 75 76 77 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 72 class AndRuleStatement < Struct.new( :matching_rule_statements, :script_rule_statements) SENSITIVE = [] include Aws::Structure end |
#script_rule_statements ⇒ Array<Types::ScriptRuleStatement>
Script rule statements.
72 73 74 75 76 77 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 72 class AndRuleStatement < Struct.new( :matching_rule_statements, :script_rule_statements) SENSITIVE = [] include Aws::Structure end |