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
show all
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

Instance Attribute Details

#attributesArray<String>

A list of the attributes to select from the message.

Returns:

  • (Array<String>)

    A list of the attributes to select from the message.

#nameString

The name of the selectAttributes activity.

Returns:

  • (String)

    The name of the selectAttributes activity.

#nextString

The next activity in the pipeline.

Returns:

  • (String)

    The next activity in the pipeline.