Class: Aws::WorkMail::Types::DeleteAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteAliasRequest
- Defined in:
- gems/aws-sdk-workmail/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).
715 716 717 718 719 720 721 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 715 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.
715 716 717 718 719 720 721 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 715 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.
715 716 717 718 719 720 721 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 715 class DeleteAliasRequest < Struct.new( :organization_id, :entity_id, :alias) SENSITIVE = [] include Aws::Structure end |