Class: Aws::LicenseManager::Types::AndRuleStatement

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

Overview

AND rule statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matching_rule_statementsArray<Types::MatchingRuleStatement>

Matching rule statements.

Returns:



72
73
74
75
76
77
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 72

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

#script_rule_statementsArray<Types::ScriptRuleStatement>

Script rule statements.

Returns:



72
73
74
75
76
77
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 72

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