Class: Aws::ElasticLoadBalancingV2::Types::QueryStringKeyValuePair

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about a key/value pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key. You can omit the key.

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3008

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

#valueString

The value.

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3008

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