You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::RemoveAttributesActivity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveAttributesActivity as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "ActivityName", # required
  attributes: ["AttributeName"], # required
  next: "ActivityName",
}

An activity that removes attributes from a message.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<String>

A list of 1-50 attributes to remove from the message.

Returns:

  • (Array<String>)

    A list of 1-50 attributes to remove from the message.

#nameString

The name of the removeAttributes activity.

Returns:

  • (String)

    The name of the removeAttributes activity.

#nextString

The next activity in the pipeline.

Returns:

  • (String)

    The next activity in the pipeline.