Class: Aws::WorkMail::Types::UpdatePrimaryEmailAddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::UpdatePrimaryEmailAddressRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email ⇒ String
The value of the email to be updated as primary.
-
#entity_id ⇒ String
The user, group, or resource to update.
-
#organization_id ⇒ String
The organization that contains the user, group, or resource to update.
Instance Attribute Details
#email ⇒ String
The value of the email to be updated as primary.
5340 5341 5342 5343 5344 5345 5346 |
# File 'lib/aws-sdk-workmail/types.rb', line 5340 class UpdatePrimaryEmailAddressRequest < Struct.new( :organization_id, :entity_id, :email) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The user, group, or resource to update.
The identifier can accept *UseriD, ResourceId, or GroupId*, *Username, Resourcename, or Groupname*, or email. The following identity formats are available:
-
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
-
Email address: [email protected]
-
Entity name: entity
5340 5341 5342 5343 5344 5345 5346 |
# File 'lib/aws-sdk-workmail/types.rb', line 5340 class UpdatePrimaryEmailAddressRequest < Struct.new( :organization_id, :entity_id, :email) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The organization that contains the user, group, or resource to update.
5340 5341 5342 5343 5344 5345 5346 |
# File 'lib/aws-sdk-workmail/types.rb', line 5340 class UpdatePrimaryEmailAddressRequest < Struct.new( :organization_id, :entity_id, :email) SENSITIVE = [] include Aws::Structure end |