lib/twilio-ruby/rest/accounts/v1/credential.rb in twilio-ruby-5.18.0 vs lib/twilio-ruby/rest/accounts/v1/credential.rb in twilio-ruby-5.19.0

- old
+ new

@@ -42,10 +42,11 @@ @public_key ||= PublicKeyList.new(@version, ) end ## # Access the aws - # @param [String] sid The sid + # @param [String] sid The Credential Sid that uniquely identifies the Credential + # to fetch # @return [AwsList] # @return [AwsContext] if sid was passed. def aws(sid=:unset) raise ArgumentError, 'sid cannot be nil' if sid.nil? \ No newline at end of file