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