Class: Aws::Types::OpenSearchManagedClusterConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:vector_index_name])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def domain_arn
  @domain_arn
end

#domain_endpoint::String

Returns the value of attribute domain_endpoint.

Returns:

  • (::String)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def domain_endpoint
  @domain_endpoint
end

#field_mappingTypes::OpenSearchManagedClusterFieldMapping

Returns the value of attribute field_mapping.



2086
2087
2088
# File 'sig/types.rbs', line 2086

def field_mapping
  @field_mapping
end

#vector_index_name::String

Returns the value of attribute vector_index_name.

Returns:

  • (::String)


2085
2086
2087
# File 'sig/types.rbs', line 2085

def vector_index_name
  @vector_index_name
end