Class: Aws::LicenseManager::Types::InstanceRuleStatement

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

Overview

Instance rule statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#and_rule_statementTypes::AndRuleStatement

AND rule statement.



2106
2107
2108
2109
2110
2111
2112
2113
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106

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

#matching_rule_statementTypes::MatchingRuleStatement

Matching rule statement.



2106
2107
2108
2109
2110
2111
2112
2113
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106

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

#or_rule_statementTypes::OrRuleStatement

OR rule statement.



2106
2107
2108
2109
2110
2111
2112
2113
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106

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

#script_rule_statementTypes::ScriptRuleStatement

Script rule statement.



2106
2107
2108
2109
2110
2111
2112
2113
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2106

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