NodeTypeSpecificValue
public struct NodeTypeSpecificValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A node type to which the parameter value applies.
Declaration
Swift
public let nodeType: String? -
The parameter value for this node type.
Declaration
Swift
public let value: String? -
Undocumented
Declaration
Swift
public init(nodeType: String? = nil, value: String? = nil)
View on GitHub
NodeTypeSpecificValue Structure Reference