Class: Aws::WorkMail::Types::CreateAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias to add to the member set.
-
#entity_id ⇒ String
The member (user or group) to which this alias is added.
-
#organization_id ⇒ String
The organization under which the member (user or group) exists.
Instance Attribute Details
#alias ⇒ String
The alias to add to the member set.
332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-workmail/types.rb', line 332 class CreateAliasRequest < Struct.new( :organization_id, :entity_id, :alias) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The member (user or group) to which this alias is added.
332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-workmail/types.rb', line 332 class CreateAliasRequest < Struct.new( :organization_id, :entity_id, :alias) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The organization under which the member (user or group) exists.
332 333 334 335 336 337 338 |
# File 'lib/aws-sdk-workmail/types.rb', line 332 class CreateAliasRequest < Struct.new( :organization_id, :entity_id, :alias) SENSITIVE = [] include Aws::Structure end |