AWSElasticLoadBalancingQueryStringKeyValuePair

Objective-C

@interface AWSElasticLoadBalancingQueryStringKeyValuePair

Swift

class AWSElasticLoadBalancingQueryStringKeyValuePair

Information about a key/value pair.

  • key

    The key. You can omit the key.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable key;

    Swift

    var key: String? { get set }
  • The value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }