Class: Aws::Types::PtrUpdateStatus
- Inherits:
-
Object
- Object
- Aws::Types::PtrUpdateStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
15692 15693 15694 |
# File 'sig/types.rbs', line 15692 def reason @reason end |
#status ⇒ ::String
Returns the value of attribute status.
15691 15692 15693 |
# File 'sig/types.rbs', line 15691 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
15690 15691 15692 |
# File 'sig/types.rbs', line 15690 def value @value end |