Class: Aws::Types::SslPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphers::Array[Types::Cipher]

Returns the value of attribute ciphers.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def ciphers
  @ciphers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def name
  @name
end

#ssl_protocols::Array[::String]

Returns the value of attribute ssl_protocols.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1060
1061
1062
# File 'sig/types.rbs', line 1060

def supported_load_balancer_types
  @supported_load_balancer_types
end