Class: Aws::Types::PutUserStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutUserStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
6466 6467 6468 |
# File 'sig/types.rbs', line 6466 def agent_status_id @agent_status_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
6465 6466 6467 |
# File 'sig/types.rbs', line 6465 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
6464 6465 6466 |
# File 'sig/types.rbs', line 6464 def user_id @user_id end |