Class: Aws::Types::SessionConfig
- Inherits:
-
Object
- Object
- Aws::Types::SessionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute session_end_timestamp.
-
#session_start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute session_start_timestamp.
Instance Attribute Details
#session_end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute session_end_timestamp.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def @session_end_timestamp end |
#session_start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute session_start_timestamp.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def @session_start_timestamp end |