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_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def bot_id @bot_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def locale_id @locale_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def session_id @session_id end |