Class: Aws::Types::OpensearchConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_endpoint ⇒ ::String

Returns the value of attribute domain_endpoint.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2697
2698
2699
# File 'sig/types.rbs', line 2697

def index_name
  @index_name
end