You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::SelectAttributesActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::SelectAttributesActivity
- Defined in:
- (unknown)
Overview
Note:
When passing SelectAttributesActivity as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "ActivityName", # required
attributes: ["AttributeName"], # required
next: "ActivityName",
}
Creates a new message using only the specified attributes from the original message.
Returned by:
Instance Attribute Summary collapse
-
#attributes ⇒ Array<String>
A list of the attributes to select from the message.
-
#name ⇒ String
The name of the
selectAttributes
activity. -
#next ⇒ String
The next activity in the pipeline.
Instance Attribute Details
#attributes ⇒ Array<String>
A list of the attributes to select from the message.
#name ⇒ String
The name of the selectAttributes
activity.
#next ⇒ String
The next activity in the pipeline.