Method: SDM::SnapshotRemoteIdentityGroups#get

Defined in:
lib/svc.rb

#get(id, deadline: nil) ⇒ Object

Get reads one RemoteIdentityGroup by ID.



3453
3454
3455
3456
3457
3458
3459
3460
3461
# File 'lib/svc.rb', line 3453

def get(
  id,
  deadline: nil
)
  return @remote_identity_groups.get(
           id,
           deadline: deadline,
         )
end