Class: Aws::IoTSiteWise::Types::ExecuteActionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTSiteWise::Types::ExecuteActionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotsitewise/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the action.
 
Instance Attribute Details
#action_id ⇒ String
The ID of the action.
      5302 5303 5304 5305 5306  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 5302 class ExecuteActionResponse < Struct.new( :action_id) SENSITIVE = [] include Aws::Structure end  |