ObjectAttributeAction
public struct ObjectAttributeAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A type that can be either Update or Delete.
Declaration
Swift
public let objectAttributeActionType: UpdateActionType? -
The value that you want to update to.
Declaration
Swift
public let objectAttributeUpdateValue: TypedAttributeValue? -
Undocumented
Declaration
Swift
public init(objectAttributeActionType: UpdateActionType? = nil, objectAttributeUpdateValue: TypedAttributeValue? = nil)
View on GitHub
ObjectAttributeAction Structure Reference