Class: Aws::WorkMail::Types::CreateAliasRequest

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 alias to add to the member set.

Returns:

  • (String)


332
333
334
335
336
337
338
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 332

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

#entity_idString

The member (user or group) to which this alias is added.

Returns:

  • (String)


332
333
334
335
336
337
338
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 332

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

#organization_idString

The organization under which the member (user or group) exists.

Returns:

  • (String)


332
333
334
335
336
337
338
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 332

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