BatchAddFacetToObject
public struct BatchAddFacetToObject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attributes to set on the object.
Declaration
Swift
public let objectAttributeList: [AttributeKeyAndValue]
-
A reference to the object being mutated.
Declaration
Swift
public let objectReference: ObjectReference
-
Represents the facet being added to the object.
Declaration
Swift
public let schemaFacet: SchemaFacet
-
Undocumented
Declaration
Swift
public init(objectAttributeList: [AttributeKeyAndValue], objectReference: ObjectReference, schemaFacet: SchemaFacet)
-
Declaration
Swift
public func validate(name: String) throws