Class: Aws::IoT1ClickProjects::Types::PlacementTemplate
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT1ClickProjects::Types::PlacementTemplate
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Overview
An object defining the template for a placement.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #default_attributes  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The default attributes (key/value pairs) to be applied to all placements using this template. 
- 
  
    
      #device_templates  ⇒ Hash<String,Types::DeviceTemplate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template. 
Instance Attribute Details
#default_attributes ⇒ Hash<String,String>
The default attributes (key/value pairs) to be applied to all placements using this template.
| 437 438 439 440 441 442 | # File 'lib/aws-sdk-iot1clickprojects/types.rb', line 437 class PlacementTemplate < Struct.new( :default_attributes, :device_templates) SENSITIVE = [] include Aws::Structure end | 
#device_templates ⇒ Hash<String,Types::DeviceTemplate>
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
| 437 438 439 440 441 442 | # File 'lib/aws-sdk-iot1clickprojects/types.rb', line 437 class PlacementTemplate < Struct.new( :default_attributes, :device_templates) SENSITIVE = [] include Aws::Structure end |