Class: Aws::Types::InviteUsersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



435
436
437
# File 'sig/types.rbs', line 435

def 
  @account_id
end

#user_email_list::Array[::String]

Returns the value of attribute user_email_list.



436
437
438
# File 'sig/types.rbs', line 436

def user_email_list
  @user_email_list
end

#user_type"PrivateUser", "SharedDevice"

Returns the value of attribute user_type.



437
438
439
# File 'sig/types.rbs', line 437

def user_type
  @user_type
end