Class: Aws::IoTAnalytics::Types::DeviceRegistryEnrichActivity

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

Overview

An activity that adds data from the IoT device registry to your 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)


1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1648

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

#nameString

The name of the deviceRegistryEnrich activity.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1648

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

#nextString

The next activity in the pipeline.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1648

class DeviceRegistryEnrichActivity < 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 registry information.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1648

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

#thing_nameString

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

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1648

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