Method: Carbon::S3AuthRequest#valid?

Defined in:
lib/carbon_ruby_sdk/models/s3_auth_request.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



116
117
118
119
120
# File 'lib/carbon_ruby_sdk/models/s3_auth_request.rb', line 116

def valid?
  return false if @access_key.nil?
  return false if @access_key_secret.nil?
  true
end