BatchCreateObject
public struct BatchCreateObject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The batch reference name. See Transaction Support for more information.
Declaration
Swift
public let batchReferenceName: String? -
The name of the link.
Declaration
Swift
public let linkName: String? -
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
Declaration
Swift
public let objectAttributeList: [AttributeKeyAndValue] -
If specified, the parent reference to which this object will be attached.
Declaration
Swift
public let parentReference: ObjectReference? -
A list of FacetArns that will be associated with the object. For more information, see arns.
Declaration
Swift
public let schemaFacet: [SchemaFacet] -
Undocumented
Declaration
Swift
public init(batchReferenceName: String? = nil, linkName: String? = nil, objectAttributeList: [AttributeKeyAndValue], parentReference: ObjectReference? = nil, schemaFacet: [SchemaFacet]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchCreateObject Structure Reference