Class: Aws::LicenseManager::Types::OrRuleStatement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

OR rule statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matching_rule_statementsArray<Types::MatchingRuleStatement>

Matching rule statements.

Returns:



4005
4006
4007
4008
4009
4010
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4005

class OrRuleStatement < Struct.new(
  :matching_rule_statements,
  :script_rule_statements)
  SENSITIVE = []
  include Aws::Structure
end

#script_rule_statementsArray<Types::ScriptRuleStatement>

Script rule statements.

Returns:



4005
4006
4007
4008
4009
4010
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4005

class OrRuleStatement < Struct.new(
  :matching_rule_statements,
  :script_rule_statements)
  SENSITIVE = []
  include Aws::Structure
end