Class: Aws::Types::AutomatedReasoningPolicyDefinitionElement

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

Defined Under Namespace

Classes: PolicyDefinitionRule, PolicyDefinitionType, PolicyDefinitionVariable, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_definition_ruleTypes::AutomatedReasoningPolicyDefinitionRule

Returns the value of attribute policy_definition_rule.



448
449
450
# File 'sig/types.rbs', line 448

def policy_definition_rule
  @policy_definition_rule
end

#policy_definition_typeTypes::AutomatedReasoningPolicyDefinitionType

Returns the value of attribute policy_definition_type.



447
448
449
# File 'sig/types.rbs', line 447

def policy_definition_type
  @policy_definition_type
end

#policy_definition_variableTypes::AutomatedReasoningPolicyDefinitionVariable

Returns the value of attribute policy_definition_variable.



446
447
448
# File 'sig/types.rbs', line 446

def policy_definition_variable
  @policy_definition_variable
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


449
450
451
# File 'sig/types.rbs', line 449

def unknown
  @unknown
end