Method: Google::Cloud::Storage::HmacKey#created_at

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

#created_atString

Creation time of the HMAC key.

Returns:

  • (String)


97
98
99
# File 'lib/google/cloud/storage/hmac_key.rb', line 97

def created_at
  @gapi.time_created
end