Class: Aws::IoTAnalytics::Types::SelectAttributesActivity

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

Overview

Used to create a new message using only the specified attributes from the original message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<String>

A list of the attributes to select from the message.

Returns:

  • (Array<String>)


2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2735

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

#nameString

The name of the selectAttributes activity.

Returns:

  • (String)


2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2735

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

#nextString

The next activity in the pipeline.

Returns:

  • (String)


2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2735

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