Class: Aws::Types::OriginSslProtocols

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[("SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2")]

Returns the value of attribute items.

Returns:

  • (::Array[("SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2")])


2992
2993
2994
# File 'sig/types.rbs', line 2992

def items
  @items
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


2991
2992
2993
# File 'sig/types.rbs', line 2991

def quantity
  @quantity
end