Class: Aws::LicenseManager::Types::LicenseRuleStatement

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

Overview

License rule statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#and_rule_statementTypes::AndRuleStatement

AND rule statement.



2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2780

class LicenseRuleStatement < Struct.new(
  :and_rule_statement,
  :or_rule_statement,
  :matching_rule_statement)
  SENSITIVE = []
  include Aws::Structure
end

#matching_rule_statementTypes::MatchingRuleStatement

Matching rule statement.



2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2780

class LicenseRuleStatement < Struct.new(
  :and_rule_statement,
  :or_rule_statement,
  :matching_rule_statement)
  SENSITIVE = []
  include Aws::Structure
end

#or_rule_statementTypes::OrRuleStatement

OR rule statement.



2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2780

class LicenseRuleStatement < Struct.new(
  :and_rule_statement,
  :or_rule_statement,
  :matching_rule_statement)
  SENSITIVE = []
  include Aws::Structure
end