Method: Falcon::K8sregCreateAWSAccReq#valid?

Defined in:
lib/crimson-falcon/models/k8sreg_create_aws_acc_req.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



97
98
99
100
# File 'lib/crimson-falcon/models/k8sreg_create_aws_acc_req.rb', line 97

def valid?
  return false if @resources.nil?
  true
end