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:



3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3446

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)


3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3446

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>)


3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3446

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>)


3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3446

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