Class: Aws::Chime::Types::InviteUsersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::InviteUsersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:user_email_list]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#user_email_list ⇒ Array<String>
The user email addresses to which to send the email invitation.
-
#user_type ⇒ String
The user type.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
4722 4723 4724 4725 4726 4727 4728 |
# File 'lib/aws-sdk-chime/types.rb', line 4722 class InviteUsersRequest < Struct.new( :account_id, :user_email_list, :user_type) SENSITIVE = [:user_email_list] include Aws::Structure end |
#user_email_list ⇒ Array<String>
The user email addresses to which to send the email invitation.
4722 4723 4724 4725 4726 4727 4728 |
# File 'lib/aws-sdk-chime/types.rb', line 4722 class InviteUsersRequest < Struct.new( :account_id, :user_email_list, :user_type) SENSITIVE = [:user_email_list] include Aws::Structure end |
#user_type ⇒ String
The user type.
4722 4723 4724 4725 4726 4727 4728 |
# File 'lib/aws-sdk-chime/types.rb', line 4722 class InviteUsersRequest < Struct.new( :account_id, :user_email_list, :user_type) SENSITIVE = [:user_email_list] include Aws::Structure end |