CreateObjectRequest
public struct CreateObjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created. For more information, see arns.
Declaration
Swift
public let directoryArn: String
-
The name of link that is used to attach this object to a parent.
Declaration
Swift
public let linkName: String?
-
The attribute map whose attribute ARN contains 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 schema facets to be associated with the object. Do not provide minor version components. See SchemaFacet for details.
Declaration
Swift
public let schemaFacets: [SchemaFacet]
-
Undocumented
Declaration
Swift
public init(directoryArn: String, linkName: String? = nil, objectAttributeList: [AttributeKeyAndValue]? = nil, parentReference: ObjectReference? = nil, schemaFacets: [SchemaFacet])
-
Declaration
Swift
public func validate(name: String) throws