Method: Google::Cloud::Storage::HmacKey#access_id

Defined in:
lib/google/cloud/storage/hmac_key.rb

#access_idString

The ID of the HMAC Key.

Returns:

  • (String)


79
80
81
# File 'lib/google/cloud/storage/hmac_key.rb', line 79

def access_id
  @gapi.access_id
end