BatchGetVariableResult
public struct BatchGetVariableResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The errors from the request.
Declaration
Swift
public let errors: [BatchGetVariableError]? -
The returned variables.
Declaration
Swift
public let variables: [Variable]? -
Undocumented
Declaration
Swift
public init(errors: [BatchGetVariableError]? = nil, variables: [Variable]? = nil)
View on GitHub
BatchGetVariableResult Structure Reference