Class: Aws::SecurityHub::Types::AwsElbLoadBalancerAdditionalAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerAdditionalAttribute
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides information about additional attributes for the load balancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the attribute.
-
#value ⇒ String
The value of the attribute.
Instance Attribute Details
#key ⇒ String
The name of the attribute.
12671 12672 12673 12674 12675 12676 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12671 class AwsElbLoadBalancerAdditionalAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the attribute.
12671 12672 12673 12674 12675 12676 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12671 class AwsElbLoadBalancerAdditionalAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |