Method: Akeyless::RawCreds.openapi_types
- Defined in:
- lib/akeyless/models/raw_creds.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 |
# File 'lib/akeyless/models/raw_creds.rb', line 36 def self.openapi_types { :'access_id' => :'String', :'access_key' => :'String' } end |