Method: AWS::Configuration#user_agent_prefix
- Defined in:
- lib/aws/configuration.rb
#user_agent_prefix ⇒ String?
Returns the prefix that is appended to the user agent string that is sent with all requests to AWS.
195 196 197 |
# File 'lib/aws/configuration.rb', line 195 def user_agent_prefix @options[:user_agent_prefix] end |