Class: Aws::Types::UpdatePrimaryEmailAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePrimaryEmailAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ ::String
Returns the value of attribute email.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#email ⇒ ::String
Returns the value of attribute email.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def email @email end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def entity_id @entity_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def organization_id @organization_id end |