KeyValue
public struct KeyValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of a key value pair.
Declaration
Swift
public let key: String?
-
The value part of the identified key.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(key: String? = nil, value: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws