BatchUpdateObjectAttributes
public struct BatchUpdateObjectAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Attributes update structure.
Declaration
Swift
public let attributeUpdates: [ObjectAttributeUpdate]
-
Reference that identifies the object.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(attributeUpdates: [ObjectAttributeUpdate], objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws