Class: Aws::Types::MemorySessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::MemorySessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
-
#session_expiry_time ⇒ ::Time
Returns the value of attribute session_expiry_time.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_start_time ⇒ ::Time
Returns the value of attribute session_start_time.
-
#summary_text ⇒ ::String
Returns the value of attribute summary_text.
Instance Attribute Details
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def memory_id @memory_id end |
#session_expiry_time ⇒ ::Time
Returns the value of attribute session_expiry_time.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def session_expiry_time @session_expiry_time end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def session_id @session_id end |
#session_start_time ⇒ ::Time
Returns the value of attribute session_start_time.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def session_start_time @session_start_time end |
#summary_text ⇒ ::String
Returns the value of attribute summary_text.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def summary_text @summary_text end |