Class: Aws::Types::UpdateUserRoutingProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserRoutingProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8897 8898 8899 |
# File 'sig/types.rbs', line 8897 def instance_id @instance_id end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
8895 8896 8897 |
# File 'sig/types.rbs', line 8895 def routing_profile_id @routing_profile_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8896 8897 8898 |
# File 'sig/types.rbs', line 8896 def user_id @user_id end |