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.
12547 12548 12549 12550 12551 12552 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12547 class AwsElbLoadBalancerAdditionalAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the attribute.
12547 12548 12549 12550 12551 12552 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12547 class AwsElbLoadBalancerAdditionalAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |