Class: Aws::IoTTwinMaker::Types::DataConnector

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

The data connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_nativeBoolean

A Boolean value that specifies whether the data connector is native to IoT TwinMaker.

Returns:

  • (Boolean)


925
926
927
928
929
930
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 925

class DataConnector < Struct.new(
  :lambda,
  :is_native)
  SENSITIVE = []
  include Aws::Structure
end

#lambdaTypes::LambdaFunction

The Lambda function associated with this data connector.



925
926
927
928
929
930
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 925

class DataConnector < Struct.new(
  :lambda,
  :is_native)
  SENSITIVE = []
  include Aws::Structure
end