Module: HTTPX::Plugins::AwsSdkAuthentication::OptionsMethods
- Defined in:
- lib/httpx/plugins/aws_sdk_authentication.rb
Overview
adds support for the following options:
- :aws_profile
-
AWS account profile to retrieve credentials from.
Instance Method Summary collapse
Instance Method Details
#option_aws_profile(value) ⇒ Object
79 80 81 |
# File 'lib/httpx/plugins/aws_sdk_authentication.rb', line 79 def option_aws_profile(value) String(value) end |