Class: Aws::Types::LicenseRuleStatement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#and_rule_statementTypes::AndRuleStatement

Returns the value of attribute and_rule_statement.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def and_rule_statement
  @and_rule_statement
end

#matching_rule_statementTypes::MatchingRuleStatement

Returns the value of attribute matching_rule_statement.

Returns:



791
792
793
# File 'sig/types.rbs', line 791

def matching_rule_statement
  @matching_rule_statement
end

#or_rule_statementTypes::OrRuleStatement

Returns the value of attribute or_rule_statement.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def or_rule_statement
  @or_rule_statement
end