Class: Aws::Types::SslPolicy
- Inherits:
-
Object
- Object
- Aws::Types::SslPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphers ⇒ ::Array[Types::Cipher]
Returns the value of attribute ciphers.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ssl_protocols ⇒ ::Array[::String]
Returns the value of attribute ssl_protocols.
-
#supported_load_balancer_types ⇒ ::Array[::String]
Returns the value of attribute supported_load_balancer_types.
Instance Attribute Details
#ciphers ⇒ ::Array[Types::Cipher]
Returns the value of attribute ciphers.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def ciphers @ciphers end |
#name ⇒ ::String
Returns the value of attribute name.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def name @name end |
#ssl_protocols ⇒ ::Array[::String]
Returns the value of attribute ssl_protocols.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def ssl_protocols @ssl_protocols end |
#supported_load_balancer_types ⇒ ::Array[::String]
Returns the value of attribute supported_load_balancer_types.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def supported_load_balancer_types @supported_load_balancer_types end |