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_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.
100 101 102 |
# File 'sig/types.rbs', line 100 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
99 100 101 |
# File 'sig/types.rbs', line 99 def bot_id @bot_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def locale_id @locale_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def session_id @session_id end |