Class: Aws::WorkMail::Types::UpdatePrimaryEmailAddressRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emailString

The value of the email to be updated as primary.

Returns:

  • (String)


4950
4951
4952
4953
4954
4955
4956
# File 'lib/aws-sdk-workmail/types.rb', line 4950

class UpdatePrimaryEmailAddressRequest < Struct.new(
  :organization_id,
  :entity_id,
  :email)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

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

Returns:

  • (String)


4950
4951
4952
4953
4954
4955
4956
# File 'lib/aws-sdk-workmail/types.rb', line 4950

class UpdatePrimaryEmailAddressRequest < Struct.new(
  :organization_id,
  :entity_id,
  :email)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The organization that contains the user, group, or resource to update.

Returns:

  • (String)


4950
4951
4952
4953
4954
4955
4956
# File 'lib/aws-sdk-workmail/types.rb', line 4950

class UpdatePrimaryEmailAddressRequest < Struct.new(
  :organization_id,
  :entity_id,
  :email)
  SENSITIVE = []
  include Aws::Structure
end