UpdateObjectAttributesRequest
public struct UpdateObjectAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attributes update structure.
Declaration
Swift
public let attributeUpdates: [ObjectAttributeUpdate]
-
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
-
The reference that identifies the object.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(attributeUpdates: [ObjectAttributeUpdate], directoryArn: String, objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws