Class: Aws::IoTAnalytics::Types::RemoveAttributesActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::RemoveAttributesActivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
An activity that removes attributes from a message.
Constant Summary collapse
- SENSITIVE =
[]
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.
2456 2457 2458 2459 2460 2461 2462 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2456 class RemoveAttributesActivity < Struct.new( :name, :attributes, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ‘removeAttributes` activity.
2456 2457 2458 2459 2460 2461 2462 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2456 class RemoveAttributesActivity < Struct.new( :name, :attributes, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ String
The next activity in the pipeline.
2456 2457 2458 2459 2460 2461 2462 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2456 class RemoveAttributesActivity < Struct.new( :name, :attributes, :next) SENSITIVE = [] include Aws::Structure end |