Class: Elasticsearch::Transport::Transport::HTTP::AWS::CredentialConfig
- Inherits:
-
Struct
- Object
- Struct
- Elasticsearch::Transport::Transport::HTTP::AWS::CredentialConfig
- Defined in:
- lib/elasticsearch/transport/transport/http/aws.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
-
#session_token ⇒ Object
Returns the value of attribute session_token.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id
27 28 29 |
# File 'lib/elasticsearch/transport/transport/http/aws.rb', line 27 def access_key_id @access_key_id end |
#profile ⇒ Object
Returns the value of attribute profile
27 28 29 |
# File 'lib/elasticsearch/transport/transport/http/aws.rb', line 27 def profile @profile end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key
27 28 29 |
# File 'lib/elasticsearch/transport/transport/http/aws.rb', line 27 def secret_access_key @secret_access_key end |
#session_token ⇒ Object
Returns the value of attribute session_token
27 28 29 |
# File 'lib/elasticsearch/transport/transport/http/aws.rb', line 27 def session_token @session_token end |