Class: Aws::IoT::Types::IotSiteWiseAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::IotSiteWiseAction
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      8287 8288 8289 8290 8291 8292  | 
    
      # File '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_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.
      8287 8288 8289 8290 8291 8292  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8287 class IotSiteWiseAction < Struct.new( :put_asset_property_value_entries, :role_arn) SENSITIVE = [] include Aws::Structure end  |