Class: Aws::IoT::Types::IotSiteWiseAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::IotSiteWiseAction
- 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
-
#put_asset_property_value_entries ⇒ Array<Types::PutAssetPropertyValueEntry>
A list of asset property value entries.
-
#role_arn ⇒ String
The ARN of the role that grants IoT permission to send an asset property value to IoT SiteWise.
Instance Attribute Details
#put_asset_property_value_entries ⇒ Array<Types::PutAssetPropertyValueEntry>
A list of asset property value entries.
8594 8595 8596 8597 8598 8599 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8594 class IotSiteWiseAction < Struct.new( :put_asset_property_value_entries, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
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.
8594 8595 8596 8597 8598 8599 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8594 class IotSiteWiseAction < Struct.new( :put_asset_property_value_entries, :role_arn) SENSITIVE = [] include Aws::Structure end |