Class: Aws::Types::UpdateUserPhoneConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserPhoneConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#phone_config ⇒ Types::UserPhoneConfig
Returns the value of attribute phone_config.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8893 8894 8895 |
# File 'sig/types.rbs', line 8893 def instance_id @instance_id end |
#phone_config ⇒ Types::UserPhoneConfig
Returns the value of attribute phone_config.
8891 8892 8893 |
# File 'sig/types.rbs', line 8891 def phone_config @phone_config end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8892 8893 8894 |
# File 'sig/types.rbs', line 8892 def user_id @user_id end |