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.



2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2787

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.



2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2787

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.



2787
2788
2789
2790
2791
2792
2793
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2787

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