Class: Aws::IoTTwinMaker::Types::DataConnector
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DataConnector
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The data connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_native ⇒ Boolean
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
-
#lambda ⇒ Types::LambdaFunction
The Lambda function associated with this data connector.
Instance Attribute Details
#is_native ⇒ Boolean
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 925 class DataConnector < Struct.new( :lambda, :is_native) SENSITIVE = [] include Aws::Structure end |
#lambda ⇒ Types::LambdaFunction
The Lambda function associated with this data connector.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 925 class DataConnector < Struct.new( :lambda, :is_native) SENSITIVE = [] include Aws::Structure end |