Class: Aws::Types::GetAutomatedReasoningPolicyNextScenarioResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyNextScenarioResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#scenario ⇒ Types::AutomatedReasoningPolicyScenario
Returns the value of attribute scenario.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def policy_arn @policy_arn end |
#scenario ⇒ Types::AutomatedReasoningPolicyScenario
Returns the value of attribute scenario.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def scenario @scenario end |