SelectAttributesActivity

public struct SelectAttributesActivity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of the attributes to select from the message.

    Declaration

    Swift

    public let attributes: [String]
  • The name of the ‘selectAttributes’ 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