Class: Aws::Types::UpdateSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
-
#session_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_metadata.
Instance Attribute Details
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def session_identifier @session_identifier end |
#session_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_metadata.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def @session_metadata end |