Class: HTTPX::Plugins::AWSSigV4::Credentials

Inherits:
Struct
  • Object
show all
Defined in:
lib/httpx/plugins/aws_sigv4.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



13
14
15
# File 'lib/httpx/plugins/aws_sigv4.rb', line 13

def password
  @password
end

#security_tokenObject

Returns the value of attribute security_token

Returns:

  • (Object)

    the current value of security_token



13
14
15
# File 'lib/httpx/plugins/aws_sigv4.rb', line 13

def security_token
  @security_token
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



13
14
15
# File 'lib/httpx/plugins/aws_sigv4.rb', line 13

def username
  @username
end