Method: Mongo::Auth::Aws::Request#access_key_id

Defined in:
lib/mongo/auth/aws/request.rb

#access_key_idString (readonly)

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.

Returns access_key_id The access key id.

Returns:

  • (String)

    access_key_id The access key id.

Since:

  • 2.0.0



77
78
79
# File 'lib/mongo/auth/aws/request.rb', line 77

def access_key_id
  @access_key_id
end