ParameterValue
public struct ParameterValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the parameter value.
Declaration
Swift
public let id: String
-
The field value, expressed as a String.
Declaration
Swift
public let stringValue: String
-
Undocumented
Declaration
Swift
public init(id: String, stringValue: String)
-
Declaration
Swift
public func validate(name: String) throws