id multimethod
Methods
- id(thread:c_pthread_t)
Get pthread id as string of characters. This is opaque string which can be used for displaying and comparing to other pthreads ids. Returns
Str
- id(r:AWS::Res)
Get unique identifier of a resource Example
AWS::Instance().find().resources[0].id() # i-0011b2.....
- id(r:AWS2::Res)
Get unique identifier of a resource Example
AWS2::Instance().find().resources[0].id() # i-0011b2.....