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.
9086 9087 9088 |
# File 'sig/types.rbs', line 9086 def instance_id @instance_id end |
#phone_config ⇒ Types::UserPhoneConfig
Returns the value of attribute phone_config.
9084 9085 9086 |
# File 'sig/types.rbs', line 9084 def phone_config @phone_config end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
9085 9086 9087 |
# File 'sig/types.rbs', line 9085 def user_id @user_id end |