class Aws::WorkMail::Types::DeleteAliasRequest
@note When making an API call, you may pass DeleteAliasRequest
data as a hash: { organization_id: "OrganizationId", # required entity_id: "WorkMailIdentifier", # required alias: "EmailAddress", # required }
@!attribute [rw] organization_id
The identifier for the organization under which the user exists. @return [String]
@!attribute [rw] entity_id
The identifier for the member (user or group) from which to have the aliases removed. @return [String]
@!attribute [rw] alias
The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set). @return [String]
@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/DeleteAliasRequest AWS API Documentation
Constants
- SENSITIVE