Class: Aws::SecurityHub::Types::AwsElbLoadBalancerAdditionalAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerAdditionalAttribute
- Includes:
- Aws::Structure
- Defined in:
- 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.
12540 12541 12542 12543 12544 12545 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12540 class AwsElbLoadBalancerAdditionalAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the attribute.
12540 12541 12542 12543 12544 12545 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12540 class AwsElbLoadBalancerAdditionalAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |