Class: Aws::Types::RedisEnterpriseCloudConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_secret_arn::String

Returns the value of attribute credentials_secret_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def endpoint
  @endpoint
end

#field_mappingTypes::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.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def vector_index_name
  @vector_index_name
end