lib/twilio-ruby/rest/accounts/v1/credential.rb in twilio-ruby-5.20.1 vs lib/twilio-ruby/rest/accounts/v1/credential.rb in twilio-ruby-5.21.0
- old
+ new
@@ -26,12 +26,12 @@
@aws = nil
end
##
# Access the public_key
- # @param [String] sid The Credential Sid that uniquely identifies the Credential
- # to fetch
+ # @param [String] sid The Twilio-provided string that uniquely identifies the
+ # PublicKey resource to fetch.
# @return [PublicKeyList]
# @return [PublicKeyContext] if sid was passed.
def public_key(sid=:unset)
raise ArgumentError, 'sid cannot be nil' if sid.nil?
@@ -42,11 +42,11 @@
@public_key ||= PublicKeyList.new(@version, )
end
##
# Access the aws
- # @param [String] sid The Credential Sid that uniquely identifies the Credential
- # to fetch
+ # @param [String] sid The Twilio-provided string that uniquely identifies the AWS
+ # resource 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