CodeGenNodeArg
public struct CodeGenNodeArg : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the argument or property.
Declaration
Swift
public let name: String
-
True if the value is used as a parameter.
Declaration
Swift
public let param: Bool?
-
The value of the argument or property.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(name: String, param: Bool? = nil, value: String)