Class: Aws::IoTAnalytics::Types::AddAttributesActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::AddAttributesActivity
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
An activity that adds other attributes based on existing attributes in the message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
A list of 1-50
AttributeNameMapping
objects that map an existing attribute to a new attribute. -
#name ⇒ String
The name of the addAttributes activity.
-
#next ⇒ String
The next activity in the pipeline.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
A list of 1-50 AttributeNameMapping
objects that map an existing
attribute to a new attribute.
RemoveAttributeActivity
.
34 35 36 37 38 39 40 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 34 class AddAttributesActivity < Struct.new( :name, :attributes, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the addAttributes activity.
34 35 36 37 38 39 40 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 34 class AddAttributesActivity < Struct.new( :name, :attributes, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ String
The next activity in the pipeline.
34 35 36 37 38 39 40 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 34 class AddAttributesActivity < Struct.new( :name, :attributes, :next) SENSITIVE = [] include Aws::Structure end |