Class: Aws::Types::UpdateAutomatedReasoningPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomatedReasoningPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3598 3599 3600 |
# File 'sig/types.rbs', line 3598 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3597 3598 3599 |
# File 'sig/types.rbs', line 3597 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
3595 3596 3597 |
# File 'sig/types.rbs', line 3595 def policy_arn @policy_arn end |
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def policy_definition @policy_definition end |