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)


12976
12977
12978
12979
12980
12981
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12976

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

#valueString

The value of the load balancer attribute.

Returns:

  • (String)


12976
12977
12978
12979
12980
12981
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12976

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