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) Source: autoload/AWS.ngs:156
Get unique identifier of a resource Example
AWS::Instance().find().resources[0].id() # i-0011b2.....
- id(r:AWS2::Res) Source: autoload/AWS2.ngs:163
Get unique identifier of a resource Example
AWS::Instance().find().resources[0].id() # i-0011b2.....