ObjectAttributeUpdate
public struct ObjectAttributeUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The action to perform as part of the attribute update.
Declaration
Swift
public let objectAttributeAction: ObjectAttributeAction?
-
The key of the attribute being updated.
Declaration
Swift
public let objectAttributeKey: AttributeKey?
-
Undocumented
Declaration
Swift
public init(objectAttributeAction: ObjectAttributeAction? = nil, objectAttributeKey: AttributeKey? = nil)
-
Declaration
Swift
public func validate(name: String) throws