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.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def memory_id @memory_id end |
#session_expiry_time ⇒ ::Time
Returns the value of attribute session_expiry_time.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def session_expiry_time @session_expiry_time end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def session_id @session_id end |
#session_start_time ⇒ ::Time
Returns the value of attribute session_start_time.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def session_start_time @session_start_time end |
#summary_text ⇒ ::String
Returns the value of attribute summary_text.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def summary_text @summary_text end |