AddFacetToObjectRequest
public struct AddFacetToObjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
Declaration
Swift
public let directoryArn: String -
Attributes on the facet that you are adding to the object.
Declaration
Swift
public let objectAttributeList: [AttributeKeyAndValue]? -
A reference to the object you are adding the specified facet to.
Declaration
Swift
public let objectReference: ObjectReference -
Identifiers for the facet that you are adding to the object. See SchemaFacet for details.
Declaration
Swift
public let schemaFacet: SchemaFacet -
Undocumented
Declaration
Swift
public init(directoryArn: String, objectAttributeList: [AttributeKeyAndValue]? = nil, objectReference: ObjectReference, schemaFacet: SchemaFacet) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AddFacetToObjectRequest Structure Reference