Class: Aws::SecurityHub::Types::AwsElbv2LoadBalancerAttribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A load balancer attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the load balancer attribute.

Returns:

  • (String)


12549
12550
12551
12552
12553
12554
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12549

class AwsElbv2LoadBalancerAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the load balancer attribute.

Returns:

  • (String)


12549
12550
12551
12552
12553
12554
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12549

class AwsElbv2LoadBalancerAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end