Class: Aws::IoTSiteWise::Types::UpdateComputationModelRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10386

class UpdateComputationModelRequest < Struct.new(
  :computation_model_id,
  :computation_model_name,
  :computation_model_description,
  :computation_model_configuration,
  :computation_model_data_binding,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#computation_model_configurationTypes::ComputationModelConfiguration

The configuration for the computation model.



10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10386

class UpdateComputationModelRequest < Struct.new(
  :computation_model_id,
  :computation_model_name,
  :computation_model_description,
  :computation_model_configuration,
  :computation_model_data_binding,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#computation_model_data_bindingHash<String,Types::ComputationModelDataBindingValue>

The data binding for the computation model. Key is a variable name defined in configuration. Value is a ComputationModelDataBindingValue referenced by the variable.

Returns:



10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10386

class UpdateComputationModelRequest < Struct.new(
  :computation_model_id,
  :computation_model_name,
  :computation_model_description,
  :computation_model_configuration,
  :computation_model_data_binding,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#computation_model_descriptionString

The description of the computation model.

Returns:

  • (String)


10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10386

class UpdateComputationModelRequest < Struct.new(
  :computation_model_id,
  :computation_model_name,
  :computation_model_description,
  :computation_model_configuration,
  :computation_model_data_binding,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#computation_model_idString

The ID of the computation model.

Returns:

  • (String)


10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10386

class UpdateComputationModelRequest < Struct.new(
  :computation_model_id,
  :computation_model_name,
  :computation_model_description,
  :computation_model_configuration,
  :computation_model_data_binding,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#computation_model_nameString

The name of the computation model.

Returns:

  • (String)


10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10386

class UpdateComputationModelRequest < Struct.new(
  :computation_model_id,
  :computation_model_name,
  :computation_model_description,
  :computation_model_configuration,
  :computation_model_data_binding,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end