Class: Aws::ElasticLoadBalancingV2::Types::SslPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about a policy used for SSL negotiation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ciphersArray<Types::Cipher>

The ciphers.

Returns:



3484
3485
3486
3487
3488
3489
3490
3491
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3484

class SslPolicy < Struct.new(
  :ssl_protocols,
  :ciphers,
  :name,
  :supported_load_balancer_types)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the policy.

Returns:

  • (String)


3484
3485
3486
3487
3488
3489
3490
3491
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3484

class SslPolicy < Struct.new(
  :ssl_protocols,
  :ciphers,
  :name,
  :supported_load_balancer_types)
  SENSITIVE = []
  include Aws::Structure
end

#ssl_protocolsArray<String>

The protocols.

Returns:

  • (Array<String>)


3484
3485
3486
3487
3488
3489
3490
3491
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3484

class SslPolicy < Struct.new(
  :ssl_protocols,
  :ciphers,
  :name,
  :supported_load_balancer_types)
  SENSITIVE = []
  include Aws::Structure
end

#supported_load_balancer_typesArray<String>

The supported load balancers.

Returns:

  • (Array<String>)


3484
3485
3486
3487
3488
3489
3490
3491
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3484

class SslPolicy < Struct.new(
  :ssl_protocols,
  :ciphers,
  :name,
  :supported_load_balancer_types)
  SENSITIVE = []
  include Aws::Structure
end