Class: Aws::Types::LogoutUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::LogoutUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def account_id @account_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def user_id @user_id end |