Class: Aws::Types::AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:scenario_expression, :feedback])

Instance Attribute Summary collapse

Instance Attribute Details

#feedback::String

Returns the value of attribute feedback.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def feedback
  @feedback
end

#rule_ids::Array[::String]

Returns the value of attribute rule_ids.

Returns:

  • (::Array[::String])


737
738
739
# File 'sig/types.rbs', line 737

def rule_ids
  @rule_ids
end

#scenario_expression::String

Returns the value of attribute scenario_expression.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def scenario_expression
  @scenario_expression
end