Class: Aws::IoTTwinMaker::Types::FunctionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTTwinMaker::Types::FunctionRequest
 
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
The function request body.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #implemented_by  ⇒ Types::DataConnector 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data connector. 
- 
  
    
      #required_properties  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The required properties of the function. 
- 
  
    
      #scope  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The scope of the function. 
Instance Attribute Details
#implemented_by ⇒ Types::DataConnector
The data connector.
| 1405 1406 1407 1408 1409 1410 1411 | # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1405 class FunctionRequest < Struct.new( :required_properties, :scope, :implemented_by) SENSITIVE = [] include Aws::Structure end | 
#required_properties ⇒ Array<String>
The required properties of the function.
| 1405 1406 1407 1408 1409 1410 1411 | # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1405 class FunctionRequest < Struct.new( :required_properties, :scope, :implemented_by) SENSITIVE = [] include Aws::Structure end | 
#scope ⇒ String
The scope of the function.
| 1405 1406 1407 1408 1409 1410 1411 | # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1405 class FunctionRequest < Struct.new( :required_properties, :scope, :implemented_by) SENSITIVE = [] include Aws::Structure end |