Method: SDM::SnapshotAccountAttachments#list
- Defined in:
- lib/svc.rb
#list(filter, *args, deadline: nil) ⇒ Object
List gets a list of AccountAttachments matching a given set of criteria.
400 401 402 403 404 405 406 407 408 409 410 |
# File 'lib/svc.rb', line 400 def list( filter, *args, deadline: nil ) return .list( filter, *args, deadline: deadline, ) end |