Class: Aws::Types::OpensearchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpensearchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_endpoint ⇒ ::String
Returns the value of attribute domain_endpoint.
-
#exact_response ⇒ Boolean
Returns the value of attribute exact_response.
-
#exact_response_fields ⇒ Types::ExactResponseFields
Returns the value of attribute exact_response_fields.
-
#include_fields ⇒ ::Array[::String]
Returns the value of attribute include_fields.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
Instance Attribute Details
#domain_endpoint ⇒ ::String
Returns the value of attribute domain_endpoint.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def domain_endpoint @domain_endpoint end |
#exact_response ⇒ Boolean
Returns the value of attribute exact_response.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def exact_response @exact_response end |
#exact_response_fields ⇒ Types::ExactResponseFields
Returns the value of attribute exact_response_fields.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def exact_response_fields @exact_response_fields end |
#include_fields ⇒ ::Array[::String]
Returns the value of attribute include_fields.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def include_fields @include_fields end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def index_name @index_name end |