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.
16037 16038 16039 |
# File 'sig/types.rbs', line 16037 def reason @reason end |
#status ⇒ ::String
Returns the value of attribute status.
16036 16037 16038 |
# File 'sig/types.rbs', line 16036 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
16035 16036 16037 |
# File 'sig/types.rbs', line 16035 def value @value end |