Class: Aws::Chime::Types::AssociatePhoneNumberWithUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:e164_phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


451
452
453
454
455
456
457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 451

class AssociatePhoneNumberWithUserRequest < Struct.new(
  :account_id,
  :user_id,
  :e164_phone_number)
  SENSITIVE = [:e164_phone_number]
  include Aws::Structure
end

#e164_phone_numberString

The phone number, in E.164 format.

Returns:

  • (String)


451
452
453
454
455
456
457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 451

class AssociatePhoneNumberWithUserRequest < Struct.new(
  :account_id,
  :user_id,
  :e164_phone_number)
  SENSITIVE = [:e164_phone_number]
  include Aws::Structure
end

#user_idString

The user ID.

Returns:

  • (String)


451
452
453
454
455
456
457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 451

class AssociatePhoneNumberWithUserRequest < Struct.new(
  :account_id,
  :user_id,
  :e164_phone_number)
  SENSITIVE = [:e164_phone_number]
  include Aws::Structure
end