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.
15395 15396 15397 |
# File 'sig/types.rbs', line 15395 def reason @reason end |
#status ⇒ ::String
Returns the value of attribute status.
15394 15395 15396 |
# File 'sig/types.rbs', line 15394 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
15393 15394 15395 |
# File 'sig/types.rbs', line 15393 def value @value end |