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:



3998
3999
4000
4001
4002
4003
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3998

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

#script_rule_statementsArray<Types::ScriptRuleStatement>

Script rule statements.

Returns:



3998
3999
4000
4001
4002
4003
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3998

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