Class: Aws::SecurityHub::Types::AwsElbLoadBalancerAdditionalAttribute

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The name of the attribute.

Returns:

  • (String)


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

#valueString

The value of the attribute.

Returns:

  • (String)


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