Class: Aws::LicenseManager::Types::ScriptRuleStatement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#key_to_matchString

Key name to match against in the script rule evaluation.

Returns:

  • (String)


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

#scriptString

Script code used to evaluate the rule condition.

Returns:

  • (String)


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