UpdateParam
public struct UpdateParam : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The keys associated with an update request.
Declaration
Swift
public let type: UpdateParamType?
-
The value of the keys submitted as part of an update request.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(type: UpdateParamType? = nil, value: String? = nil)