Class: Aws::ElasticLoadBalancingV2::Types::QueryStringKeyValuePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::QueryStringKeyValuePair
- 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
-
#key ⇒ String
The key.
-
#value ⇒ String
The value.
Instance Attribute Details
#key ⇒ String
The key. You can omit the key.
3160 3161 3162 3163 3164 3165 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3160 class QueryStringKeyValuePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value.
3160 3161 3162 3163 3164 3165 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3160 class QueryStringKeyValuePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |