Method: Google::Cloud::Storage::HmacKey#state

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

#stateString

The state of the key. Can be one of ACTIVE, INACTIVE, or DELETED.

Returns:

  • (String)


143
144
145
# File 'lib/google/cloud/storage/hmac_key.rb', line 143

def state
  @gapi.state
end