Method: Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity#role_arn

Defined in:
lib/aws-sdk-iotanalytics/types.rb

#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 'lib/aws-sdk-iotanalytics/types.rb', line 1682

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