QueryStringKeyValuePair
public struct QueryStringKeyValuePair : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The key. You can omit the key. DeclarationSwift public let key: String?
- 
                  
                  The value. DeclarationSwift public let value: String?
- 
                  
                  Undocumented DeclarationSwift public init(key: String? = nil, value: String? = nil)
 View on GitHub
View on GitHub QueryStringKeyValuePair Structure Reference
        QueryStringKeyValuePair Structure Reference