Class: Aws::Types::StartPrimaryEmailUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartPrimaryEmailUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#primary_email ⇒ ::String
Returns the value of attribute primary_email.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def account_id @account_id end |
#primary_email ⇒ ::String
Returns the value of attribute primary_email.
218 219 220 |
# File 'sig/types.rbs', line 218 def primary_email @primary_email end |