Method: SDM::Client#replays
- Defined in:
- lib/strongdm.rb
#replays ⇒ Object (readonly)
A Replay captures the data transferred over a long-running SSH, RDP, or Kubernetes interactive session (otherwise referred to as a query). The Replays service is read-only.
See Replays.
365 366 367 |
# File 'lib/strongdm.rb', line 365 def replays @replays end |