Class: Aws::IoTTwinMaker::Types::FunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::FunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The function response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#implemented_by ⇒ Types::DataConnector
The data connector.
-
#is_inherited ⇒ Boolean
Indicates whether this function is inherited.
-
#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.
1431 1432 1433 1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1431 class FunctionResponse < Struct.new( :required_properties, :scope, :implemented_by, :is_inherited) SENSITIVE = [] include Aws::Structure end |
#is_inherited ⇒ Boolean
Indicates whether this function is inherited.
1431 1432 1433 1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1431 class FunctionResponse < Struct.new( :required_properties, :scope, :implemented_by, :is_inherited) SENSITIVE = [] include Aws::Structure end |
#required_properties ⇒ Array<String>
The required properties of the function.
1431 1432 1433 1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1431 class FunctionResponse < Struct.new( :required_properties, :scope, :implemented_by, :is_inherited) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
The scope of the function.
1431 1432 1433 1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1431 class FunctionResponse < Struct.new( :required_properties, :scope, :implemented_by, :is_inherited) SENSITIVE = [] include Aws::Structure end |