Class: Aws::Types::LoadBalancerTlsPolicy
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerTlsPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphers ⇒ ::Array[::String]
Returns the value of attribute ciphers.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocols ⇒ ::Array[::String]
Returns the value of attribute protocols.
Instance Attribute Details
#ciphers ⇒ ::Array[::String]
Returns the value of attribute ciphers.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def ciphers @ciphers end |
#description ⇒ ::String
Returns the value of attribute description.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def description @description end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def is_default @is_default end |
#name ⇒ ::String
Returns the value of attribute name.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def name @name end |
#protocols ⇒ ::Array[::String]
Returns the value of attribute protocols.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def protocols @protocols end |