Class: Aws::IoT::Types::IotSiteWiseAction

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

Overview

Describes an action to send data from an MQTT message that triggered the rule to IoT SiteWise asset properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#put_asset_property_value_entriesArray<Types::PutAssetPropertyValueEntry>

A list of asset property value entries.



8287
8288
8289
8290
8291
8292
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8287

class IotSiteWiseAction < Struct.new(
  :put_asset_property_value_entries,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that grants IoT permission to send an asset property value to IoT SiteWise. ("Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to specific asset hierarchy paths.

Returns:

  • (String)


8287
8288
8289
8290
8291
8292
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8287

class IotSiteWiseAction < Struct.new(
  :put_asset_property_value_entries,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end