BatchCreateVariableRequest
public struct BatchCreateVariableRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A collection of key and value pairs.
Declaration
Swift
public let tags: [Tag]? -
The list of variables for the batch create variable request.
Declaration
Swift
public let variableEntries: [VariableEntry] -
Undocumented
Declaration
Swift
public init(tags: [Tag]? = nil, variableEntries: [VariableEntry]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchCreateVariableRequest Structure Reference