Class: Fluent::Plugin::OpenSearchOutput::RequestInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::OpenSearchOutput::RequestInfo
- Defined in:
- lib/fluent/plugin/out_opensearch.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#host ⇒ Object
Returns the value of attribute host.
-
#index ⇒ Object
Returns the value of attribute index.
-
#target_index ⇒ Object
Returns the value of attribute target_index.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
81 82 83 |
# File 'lib/fluent/plugin/out_opensearch.rb', line 81 def alias @alias end |
#host ⇒ Object
Returns the value of attribute host
81 82 83 |
# File 'lib/fluent/plugin/out_opensearch.rb', line 81 def host @host end |
#index ⇒ Object
Returns the value of attribute index
81 82 83 |
# File 'lib/fluent/plugin/out_opensearch.rb', line 81 def index @index end |
#target_index ⇒ Object
Returns the value of attribute target_index
81 82 83 |
# File 'lib/fluent/plugin/out_opensearch.rb', line 81 def target_index @target_index end |