Class: Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity

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

Overview

An activity that adds information from the IoT Device Shadow service to a message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The name of the attribute that is added to the message.

Returns:

  • (String)


1682
1683
1684
1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1682

class DeviceShadowEnrichActivity < Struct.new(
  :name,
  :attribute,
  :thing_name,
  :role_arn,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deviceShadowEnrich activity.

Returns:

  • (String)


1682
1683
1684
1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1682

class DeviceShadowEnrichActivity < Struct.new(
  :name,
  :attribute,
  :thing_name,
  :role_arn,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nextString

The next activity in the pipeline.

Returns:

  • (String)


1682
1683
1684
1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1682

class DeviceShadowEnrichActivity < Struct.new(
  :name,
  :attribute,
  :thing_name,
  :role_arn,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that allows access to the device's shadow.

Returns:

  • (String)


1682
1683
1684
1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1682

class DeviceShadowEnrichActivity < Struct.new(
  :name,
  :attribute,
  :thing_name,
  :role_arn,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the IoT device whose shadow information is added to the message.

Returns:

  • (String)


1682
1683
1684
1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1682

class DeviceShadowEnrichActivity < Struct.new(
  :name,
  :attribute,
  :thing_name,
  :role_arn,
  :next)
  SENSITIVE = []
  include Aws::Structure
end