Class: Aws::ElasticLoadBalancingV2::Types::Cipher

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

Overview

Information about a cipher used in a policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the cipher.

Returns:

  • (String)


440
441
442
443
444
445
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 440

class Cipher < Struct.new(
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The priority of the cipher.

Returns:

  • (Integer)


440
441
442
443
444
445
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 440

class Cipher < Struct.new(
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end