Class: Aws::Types::DeleteSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSessionResponse
- 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.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
54 55 56 |
# File 'sig/types.rbs', line 54 def bot_alias @bot_alias end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
53 54 55 |
# File 'sig/types.rbs', line 53 def bot_name @bot_name end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
56 57 58 |
# File 'sig/types.rbs', line 56 def session_id @session_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def user_id @user_id end |