Class: Aws::Types::OpenSearchManagedClusterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchManagedClusterConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#domain_endpoint ⇒ ::String
Returns the value of attribute domain_endpoint.
-
#field_mapping ⇒ Types::OpenSearchManagedClusterFieldMapping
Returns the value of attribute field_mapping.
-
#vector_index_name ⇒ ::String
Returns the value of attribute vector_index_name.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
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.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def domain_endpoint @domain_endpoint end |
#field_mapping ⇒ Types::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.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def vector_index_name @vector_index_name end |