Class: Aws::Types::RedisEnterpriseCloudConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedisEnterpriseCloudConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#field_mapping ⇒ Types::RedisEnterpriseCloudFieldMapping
Returns the value of attribute field_mapping.
-
#vector_index_name ⇒ ::String
Returns the value of attribute vector_index_name.
Instance Attribute Details
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def credentials_secret_arn @credentials_secret_arn end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def endpoint @endpoint end |
#field_mapping ⇒ Types::RedisEnterpriseCloudFieldMapping
Returns the value of attribute field_mapping.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def field_mapping @field_mapping end |
#vector_index_name ⇒ ::String
Returns the value of attribute vector_index_name.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def vector_index_name @vector_index_name end |