RemoveAttributesActivity
public struct RemoveAttributesActivity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of 1-50 attributes to remove from the message.
Declaration
Swift
public let attributes: [String]
-
The name of the ‘removeAttributes’ activity.
Declaration
Swift
public let name: String
-
The next activity in the pipeline.
Declaration
Swift
public let next: String?
-
Undocumented
Declaration
Swift
public init(attributes: [String], name: String, next: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws