Class: Aws::Types::RedisSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_password])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_password::String

Returns the value of attribute auth_password.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def auth_password
  @auth_password
end

#auth_type"none", ...

Returns the value of attribute auth_type.

Returns:

  • ("none", "auth-role", "auth-token")


2360
2361
2362
# File 'sig/types.rbs', line 2360

def auth_type
  @auth_type
end

#auth_user_name::String

Returns the value of attribute auth_user_name.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def auth_user_name
  @auth_user_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2358
2359
2360
# File 'sig/types.rbs', line 2358

def port
  @port
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


2357
2358
2359
# File 'sig/types.rbs', line 2357

def server_name
  @server_name
end

#ssl_ca_certificate_arn::String

Returns the value of attribute ssl_ca_certificate_arn.

Returns:

  • (::String)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def ssl_ca_certificate_arn
  @ssl_ca_certificate_arn
end

#ssl_security_protocol"plaintext", "ssl-encryption"

Returns the value of attribute ssl_security_protocol.

Returns:

  • ("plaintext", "ssl-encryption")


2359
2360
2361
# File 'sig/types.rbs', line 2359

def ssl_security_protocol
  @ssl_security_protocol
end