Method: Aws::IAM::AccessKeyPair#identifiers
- Defined in:
- lib/aws-sdk-iam/access_key_pair.rb
#identifiers ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Deprecated.
251 252 253 254 255 256 257 |
# File 'lib/aws-sdk-iam/access_key_pair.rb', line 251 def identifiers { user_name: @user_name, id: @id, secret: @secret } end |