Class: Aws::RTBFabric::Types::QueryStringKeyValuePair

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

Overview

Key-value pair for query string matching

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

RFC 3986 unreserved characters

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2433

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

#valueString

RFC 3986 unreserved characters

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2433

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