Class: Aws::Types::DeleteSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
47 48 49 |
# File 'sig/types.rbs', line 47 def bot_alias @bot_alias end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def bot_name @bot_name end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def user_id @user_id end |