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
- Struct
- Aws::IoTAnalytics::Types::RemoveAttributesActivity
- 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
-
#attributes ⇒ Array<String>
A list of 1-50 attributes to remove from the message.
-
#name ⇒ String
The name of the
removeAttributes
activity. -
#next ⇒ String
The next activity in the pipeline.
Instance Attribute Details
#attributes ⇒ Array<String>
A list of 1-50 attributes to remove from the message.
#name ⇒ String
The name of the removeAttributes
activity.
#next ⇒ String
The next activity in the pipeline.