LinkAttributeAction
public struct LinkAttributeAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A type that can be either UPDATE_OR_CREATE or DELETE.
Declaration
Swift
public let attributeActionType: UpdateActionType?
-
The value that you want to update to.
Declaration
Swift
public let attributeUpdateValue: TypedAttributeValue?
-
Undocumented
Declaration
Swift
public init(attributeActionType: UpdateActionType? = nil, attributeUpdateValue: TypedAttributeValue? = nil)