Class: HTTPX::Plugins::AWSSigV4::Credentials
- Inherits:
-
Struct
- Object
- Struct
- HTTPX::Plugins::AWSSigV4::Credentials
- Defined in:
- lib/httpx/plugins/aws_sigv4.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#security_token ⇒ Object
Returns the value of attribute security_token.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
13 14 15 |
# File 'lib/httpx/plugins/aws_sigv4.rb', line 13 def password @password end |
#security_token ⇒ Object
Returns the value of attribute security_token
13 14 15 |
# File 'lib/httpx/plugins/aws_sigv4.rb', line 13 def security_token @security_token end |
#username ⇒ Object
Returns the value of attribute username
13 14 15 |
# File 'lib/httpx/plugins/aws_sigv4.rb', line 13 def username @username end |