Class: Aws::IoTTwinMaker::Types::FunctionResponse

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

Overview

The function response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#implemented_byTypes::DataConnector

The data connector.



1431
1432
1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-iottwinmaker/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_inheritedBoolean

Indicates whether this function is inherited.

Returns:

  • (Boolean)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-iottwinmaker/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_propertiesArray<String>

The required properties of the function.

Returns:

  • (Array<String>)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1431

class FunctionResponse < Struct.new(
  :required_properties,
  :scope,
  :implemented_by,
  :is_inherited)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

The scope of the function.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1431

class FunctionResponse < Struct.new(
  :required_properties,
  :scope,
  :implemented_by,
  :is_inherited)
  SENSITIVE = []
  include Aws::Structure
end