Class: Aws::Types::AcceptPrimaryEmailUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptPrimaryEmailUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#otp ⇒ ::String
Returns the value of attribute otp.
-
#primary_email ⇒ ::String
Returns the value of attribute primary_email.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def account_id @account_id end |
#otp ⇒ ::String
Returns the value of attribute otp.
14 15 16 |
# File 'sig/types.rbs', line 14 def otp @otp end |
#primary_email ⇒ ::String
Returns the value of attribute primary_email.
13 14 15 |
# File 'sig/types.rbs', line 13 def primary_email @primary_email end |