Class: Aws::IoTAnalytics::Types::RemoveAttributesActivity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Overview

An activity that removes attributes from a message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<String>

A list of 1-50 attributes to remove from the message.

Returns:

  • (Array<String>)


2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2456

class RemoveAttributesActivity < Struct.new(
  :name,
  :attributes,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the removeAttributes activity.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2456

class RemoveAttributesActivity < Struct.new(
  :name,
  :attributes,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nextString

The next activity in the pipeline.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2456

class RemoveAttributesActivity < Struct.new(
  :name,
  :attributes,
  :next)
  SENSITIVE = []
  include Aws::Structure
end