Class: Aws::Types::UpdateAutomatedReasoningPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomatedReasoningPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition_hash ⇒ ::String
Returns the value of attribute definition_hash.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#definition_hash ⇒ ::String
Returns the value of attribute definition_hash.
3605 3606 3607 |
# File 'sig/types.rbs', line 3605 def definition_hash @definition_hash end |
#name ⇒ ::String
Returns the value of attribute name.
3604 3605 3606 |
# File 'sig/types.rbs', line 3604 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
3603 3604 3605 |
# File 'sig/types.rbs', line 3603 def policy_arn @policy_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3606 3607 3608 |
# File 'sig/types.rbs', line 3606 def updated_at @updated_at end |