Class: Aws::Types::DeleteAutomatedReasoningPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAutomatedReasoningPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def force @force end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def policy_arn @policy_arn end |