Class: Aws::WorkMail::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateUserResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_id ⇒ String
The identifier for the new user.
Instance Attribute Details
#user_id ⇒ String
The identifier for the new user.
775 776 777 778 779 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 775 class CreateUserResponse < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |