Class: Aws::Chime::Types::InviteUsersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4722

class InviteUsersRequest < Struct.new(
  :account_id,
  :user_email_list,
  :user_type)
  SENSITIVE = []
  include Aws::Structure
end

#user_email_listArray<String>

The user email addresses to which to send the email invitation.

Returns:

  • (Array<String>)


4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4722

class InviteUsersRequest < Struct.new(
  :account_id,
  :user_email_list,
  :user_type)
  SENSITIVE = []
  include Aws::Structure
end

#user_typeString

The user type.

Returns:

  • (String)


4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4722

class InviteUsersRequest < Struct.new(
  :account_id,
  :user_email_list,
  :user_type)
  SENSITIVE = []
  include Aws::Structure
end