Class: Aws::Types::RedisSettings
- Inherits:
-
Object
- Object
- Aws::Types::RedisSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_password ⇒ ::String
Returns the value of attribute auth_password.
-
#auth_type ⇒ "none", ...
Returns the value of attribute auth_type.
-
#auth_user_name ⇒ ::String
Returns the value of attribute auth_user_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#ssl_ca_certificate_arn ⇒ ::String
Returns the value of attribute ssl_ca_certificate_arn.
-
#ssl_security_protocol ⇒ "plaintext", "ssl-encryption"
Returns the value of attribute ssl_security_protocol.
Instance Attribute Details
#auth_password ⇒ ::String
Returns the value of attribute auth_password.
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.
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.
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.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def port @port end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
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.
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.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def ssl_security_protocol @ssl_security_protocol end |