AddAttributesActivity

public struct AddAttributesActivity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of 1-50 “AttributeNameMapping” objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use “RemoveAttributeActivity”.

    Declaration

    Swift

    public let attributes: [String : String]
  • The name of the ‘addAttributes’ 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 : String], name: String, next: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws