Class: Aws::SecurityHub::Types::AwsElbv2LoadBalancerAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbv2LoadBalancerAttribute
- Defined in:
- gems/aws-sdk-securityhub/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.
12754 12755 12756 12757 12758 12759 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12754 class AwsElbv2LoadBalancerAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the load balancer attribute.
12754 12755 12756 12757 12758 12759 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12754 class AwsElbv2LoadBalancerAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |