Class: Aws::WorkMail::Types::DeleteAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

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).

Returns:

  • (String)


796
797
798
799
800
801
802
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 796

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

#entity_idString

The identifier for the member (user or group) from which to have the aliases removed.

Returns:

  • (String)


796
797
798
799
800
801
802
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 796

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

#organization_idString

The identifier for the organization under which the user exists.

Returns:

  • (String)


796
797
798
799
800
801
802
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 796

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