Class: Aws::IoTTwinMaker::Types::FunctionRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#implemented_byTypes::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_propertiesArray<String>

The required properties of the function.

Returns:

  • (Array<String>)


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

#scopeString

The scope of the function.

Returns:

  • (String)


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