Class: Aws::ElasticLoadBalancingV2::Types::Cipher
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::Cipher
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about a cipher used in a policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the cipher.
-
#priority ⇒ Integer
The priority of the cipher.
Instance Attribute Details
#name ⇒ String
The name of the cipher.
511 512 513 514 515 516 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 511 class Cipher < Struct.new( :name, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority of the cipher.
511 512 513 514 515 516 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 511 class Cipher < Struct.new( :name, :priority) SENSITIVE = [] include Aws::Structure end |