RemoveFacetFromObjectRequest
public struct RemoveFacetFromObjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the directory in which the object resides.
Declaration
Swift
public let directoryArn: String -
A reference to the object to remove the facet from.
Declaration
Swift
public let objectReference: ObjectReference -
The facet to remove. See SchemaFacet for details.
Declaration
Swift
public let schemaFacet: SchemaFacet -
Undocumented
Declaration
Swift
public init(directoryArn: String, objectReference: ObjectReference, schemaFacet: SchemaFacet) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RemoveFacetFromObjectRequest Structure Reference