Method: Google::Cloud::Storage::HmacKey#state
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#state ⇒ String
The state of the key. Can be one of ACTIVE
, INACTIVE
, or
DELETED
.
143 144 145 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 143 def state @gapi.state end |