Class: Aws::LicenseManager::Types::LicenseRuleStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseRuleStatement
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
License rule statement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#and_rule_statement ⇒ Types::AndRuleStatement
AND rule statement.
-
#matching_rule_statement ⇒ Types::MatchingRuleStatement
Matching rule statement.
-
#or_rule_statement ⇒ Types::OrRuleStatement
OR rule statement.
Instance Attribute Details
#and_rule_statement ⇒ Types::AndRuleStatement
AND rule statement.
2780 2781 2782 2783 2784 2785 2786 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2780 class LicenseRuleStatement < Struct.new( :and_rule_statement, :or_rule_statement, :matching_rule_statement) SENSITIVE = [] include Aws::Structure end |
#matching_rule_statement ⇒ Types::MatchingRuleStatement
Matching rule statement.
2780 2781 2782 2783 2784 2785 2786 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2780 class LicenseRuleStatement < Struct.new( :and_rule_statement, :or_rule_statement, :matching_rule_statement) SENSITIVE = [] include Aws::Structure end |
#or_rule_statement ⇒ Types::OrRuleStatement
OR rule statement.
2780 2781 2782 2783 2784 2785 2786 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2780 class LicenseRuleStatement < Struct.new( :and_rule_statement, :or_rule_statement, :matching_rule_statement) SENSITIVE = [] include Aws::Structure end |