Class: Aws::SecurityHub::Types::AwsElbv2LoadBalancerAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbv2LoadBalancerAttribute
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A load balancer attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the load balancer attribute.
-
#value ⇒ String
The value of the load balancer attribute.
Instance Attribute Details
#key ⇒ String
The name of the load balancer attribute.
12979 12980 12981 12982 12983 12984 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12979 class AwsElbv2LoadBalancerAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the load balancer attribute.
12979 12980 12981 12982 12983 12984 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12979 class AwsElbv2LoadBalancerAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |