Class: Aws::Types::UpdateSessionDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSessionDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#data ⇒ ::Array[Types::RuntimeSessionData]
Returns the value of attribute data.
-
#namespace ⇒ "Custom"
Returns the value of attribute namespace.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def assistant_id @assistant_id end |
#data ⇒ ::Array[Types::RuntimeSessionData]
Returns the value of attribute data.
3314 3315 3316 |
# File 'sig/types.rbs', line 3314 def data @data end |
#namespace ⇒ "Custom"
Returns the value of attribute namespace.
3313 3314 3315 |
# File 'sig/types.rbs', line 3313 def namespace @namespace end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def session_id @session_id end |