Class: Aws::Types::GetPrimaryEmailUpdateStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPrimaryEmailUpdateStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#status ⇒ "PENDING", ...
Returns the value of attribute status.
139 140 141 |
# File 'sig/types.rbs', line 139 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
140 141 142 |
# File 'sig/types.rbs', line 140 def updated_at @updated_at end |