module HTTPX::Plugins::AwsSdkAuthentication::OptionsMethods

  1. lib/httpx/plugins/aws_sdk_authentication.rb

adds support for the following options:

:aws_profile

AWS account profile to retrieve credentials from.

Methods

Public Instance

  1. option_aws_profile

Public Instance methods

option_aws_profile(value)
[show source]
   # File lib/httpx/plugins/aws_sdk_authentication.rb
79 def option_aws_profile(value)
80   String(value)
81 end