Class: Aws::LicenseManager::Types::ScriptRuleStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ScriptRuleStatement
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Rule statement that uses a script to evaluate license asset conditions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_to_match ⇒ String
Key name to match against in the script rule evaluation.
-
#script ⇒ String
Script code used to evaluate the rule condition.
Instance Attribute Details
#key_to_match ⇒ String
Key name to match against in the script rule evaluation.
4531 4532 4533 4534 4535 4536 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4531 class ScriptRuleStatement < Struct.new( :key_to_match, :script) SENSITIVE = [] include Aws::Structure end |
#script ⇒ String
Script code used to evaluate the rule condition.
4531 4532 4533 4534 4535 4536 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4531 class ScriptRuleStatement < Struct.new( :key_to_match, :script) SENSITIVE = [] include Aws::Structure end |