Class: Aws::RTBFabric::Types::QueryStringKeyValuePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::QueryStringKeyValuePair
- 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
-
#key ⇒ String
RFC 3986 unreserved characters.
-
#value ⇒ String
RFC 3986 unreserved characters.
Instance Attribute Details
#key ⇒ String
RFC 3986 unreserved characters
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 |
#value ⇒ String
RFC 3986 unreserved characters
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 |