Class: Aws::Types::AutomatedReasoningPolicyMutation

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

Defined Under Namespace

Classes: AddRule, AddType, AddVariable, DeleteRule, DeleteType, DeleteVariable, Unknown, UpdateRule, UpdateType, UpdateVariable

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_ruleTypes::AutomatedReasoningPolicyAddRuleMutation

Returns the value of attribute add_rule.



598
599
600
# File 'sig/types.rbs', line 598

def add_rule
  @add_rule
end

#add_typeTypes::AutomatedReasoningPolicyAddTypeMutation

Returns the value of attribute add_type.



592
593
594
# File 'sig/types.rbs', line 592

def add_type
  @add_type
end

#add_variableTypes::AutomatedReasoningPolicyAddVariableMutation

Returns the value of attribute add_variable.



595
596
597
# File 'sig/types.rbs', line 595

def add_variable
  @add_variable
end

#delete_ruleTypes::AutomatedReasoningPolicyDeleteRuleMutation

Returns the value of attribute delete_rule.



600
601
602
# File 'sig/types.rbs', line 600

def delete_rule
  @delete_rule
end

#delete_typeTypes::AutomatedReasoningPolicyDeleteTypeMutation

Returns the value of attribute delete_type.



594
595
596
# File 'sig/types.rbs', line 594

def delete_type
  @delete_type
end

#delete_variableTypes::AutomatedReasoningPolicyDeleteVariableMutation

Returns the value of attribute delete_variable.



597
598
599
# File 'sig/types.rbs', line 597

def delete_variable
  @delete_variable
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


601
602
603
# File 'sig/types.rbs', line 601

def unknown
  @unknown
end

#update_ruleTypes::AutomatedReasoningPolicyUpdateRuleMutation

Returns the value of attribute update_rule.



599
600
601
# File 'sig/types.rbs', line 599

def update_rule
  @update_rule
end

#update_typeTypes::AutomatedReasoningPolicyUpdateTypeMutation

Returns the value of attribute update_type.



593
594
595
# File 'sig/types.rbs', line 593

def update_type
  @update_type
end

#update_variableTypes::AutomatedReasoningPolicyUpdateVariableMutation

Returns the value of attribute update_variable.



596
597
598
# File 'sig/types.rbs', line 596

def update_variable
  @update_variable
end