Class: LogStash::Outputs::ElasticSearch::HttpClient::CredentialConfig
- Inherits:
-
Struct
- Object
- Struct
- LogStash::Outputs::ElasticSearch::HttpClient::CredentialConfig
- Defined in:
- lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#instance_profile_credentials_retries ⇒ Object
Returns the value of attribute instance_profile_credentials_retries.
-
#instance_profile_credentials_timeout ⇒ Object
Returns the value of attribute instance_profile_credentials_timeout.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#region ⇒ Object
Returns the value of attribute region.
-
#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
9 10 11 |
# File 'lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb', line 9 def access_key_id @access_key_id end |
#instance_profile_credentials_retries ⇒ Object
Returns the value of attribute instance_profile_credentials_retries
9 10 11 |
# File 'lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb', line 9 def instance_profile_credentials_retries @instance_profile_credentials_retries end |
#instance_profile_credentials_timeout ⇒ Object
Returns the value of attribute instance_profile_credentials_timeout
9 10 11 |
# File 'lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb', line 9 def instance_profile_credentials_timeout @instance_profile_credentials_timeout end |
#profile ⇒ Object
Returns the value of attribute profile
9 10 11 |
# File 'lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb', line 9 def profile @profile end |
#region ⇒ Object
Returns the value of attribute region
9 10 11 |
# File 'lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb', line 9 def region @region end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key
9 10 11 |
# File 'lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb', line 9 def secret_access_key @secret_access_key end |
#session_token ⇒ Object
Returns the value of attribute session_token
9 10 11 |
# File 'lib/logstash/outputs/amazon_es/http_client/manticore_adapter.rb', line 9 def session_token @session_token end |