Class: Aws::Chime::Types::AssociatePhoneNumberWithUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AssociatePhoneNumberWithUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:e164_phone_number]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#e164_phone_number ⇒ String
The phone number, in E.164 format.
-
#user_id ⇒ String
The user ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
451 452 453 454 455 456 457 |
# File '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_number ⇒ String
The phone number, in E.164 format.
451 452 453 454 455 456 457 |
# File '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_id ⇒ String
The user ID.
451 452 453 454 455 456 457 |
# File '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 |