Class: Aws::LicenseManager::Types::InstanceRuleStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::InstanceRuleStatement
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Instance 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.
-
#script_rule_statement ⇒ Types::ScriptRuleStatement
Script rule statement.
Instance Attribute Details
#and_rule_statement ⇒ Types::AndRuleStatement
AND rule statement.
2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106 class InstanceRuleStatement < Struct.new( :and_rule_statement, :or_rule_statement, :matching_rule_statement, :script_rule_statement) SENSITIVE = [] include Aws::Structure end |
#matching_rule_statement ⇒ Types::MatchingRuleStatement
Matching rule statement.
2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106 class InstanceRuleStatement < Struct.new( :and_rule_statement, :or_rule_statement, :matching_rule_statement, :script_rule_statement) SENSITIVE = [] include Aws::Structure end |
#or_rule_statement ⇒ Types::OrRuleStatement
OR rule statement.
2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106 class InstanceRuleStatement < Struct.new( :and_rule_statement, :or_rule_statement, :matching_rule_statement, :script_rule_statement) SENSITIVE = [] include Aws::Structure end |
#script_rule_statement ⇒ Types::ScriptRuleStatement
Script rule statement.
2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106 class InstanceRuleStatement < Struct.new( :and_rule_statement, :or_rule_statement, :matching_rule_statement, :script_rule_statement) SENSITIVE = [] include Aws::Structure end |