Class: Aws::WorkMail::Types::DeleteAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The aliases to be removed from the user’s set of aliases.
-
#entity_id ⇒ String
The identifier for the member (user or group) from which to have the aliases removed.
-
#organization_id ⇒ String
The identifier for the organization under which the user exists.
Instance Attribute Details
#alias ⇒ String
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).
840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-workmail/types.rb', line 840 class DeleteAliasRequest < Struct.new( :organization_id, :entity_id, :alias) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The identifier for the member (user or group) from which to have the aliases removed.
840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-workmail/types.rb', line 840 class DeleteAliasRequest < Struct.new( :organization_id, :entity_id, :alias) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The identifier for the organization under which the user exists.
840 841 842 843 844 845 846 |
# File 'lib/aws-sdk-workmail/types.rb', line 840 class DeleteAliasRequest < Struct.new( :organization_id, :entity_id, :alias) SENSITIVE = [] include Aws::Structure end |