BatchGetVariableRequest
public struct BatchGetVariableRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of variable names to get.
Declaration
Swift
public let names: [String]
-
Undocumented
Declaration
Swift
public init(names: [String])
-
Declaration
Swift
public func validate(name: String) throws