Method: Google::Cloud::Storage::HmacKey#access_id
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#access_id ⇒ String
The ID of the HMAC Key.
79 80 81 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 79 def access_id @gapi.access_id end |