Class: Aws::Types::OriginSslProtocols
- Inherits:
-
Object
- Object
- Aws::Types::OriginSslProtocols
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[("SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2")]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[("SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2")]
Returns the value of attribute items.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def quantity @quantity end |