Class: Aws::Chime::Types::AssociatePhoneNumberWithUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AssociatePhoneNumberWithUserRequest
- Defined in:
- gems/aws-sdk-chime/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.
159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 159 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.
159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 159 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.
159 160 161 162 163 164 165 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 159 class AssociatePhoneNumberWithUserRequest < Struct.new( :account_id, :user_id, :e164_phone_number) SENSITIVE = [:e164_phone_number] include Aws::Structure end |