Class: Aws::IoTSiteWise::Types::UpdatePipelineRequest

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

Overview

Request structure for UpdatePipeline operation.

Constant Summary collapse

SENSITIVE =
[:environment_variables]

Instance Attribute Summary collapse

Instance Attribute Details

#computationsArray<Types::ComputeNode>

Updated list of compute nodes forming the pipeline DAG.

Returns:



15129
15130
15131
15132
15133
15134
15135
15136
15137
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15129

class UpdatePipelineRequest < Struct.new(
  :workspace_name,
  :pipeline_name,
  :description,
  :environment_variables,
  :computations)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#descriptionString

A new description for the pipeline.

Returns:

  • (String)


15129
15130
15131
15132
15133
15134
15135
15136
15137
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15129

class UpdatePipelineRequest < Struct.new(
  :workspace_name,
  :pipeline_name,
  :description,
  :environment_variables,
  :computations)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#environment_variablesHash<String,String>

Updated environment variables shared across all compute nodes.

Returns:

  • (Hash<String,String>)


15129
15130
15131
15132
15133
15134
15135
15136
15137
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15129

class UpdatePipelineRequest < Struct.new(
  :workspace_name,
  :pipeline_name,
  :description,
  :environment_variables,
  :computations)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline to update.

Returns:

  • (String)


15129
15130
15131
15132
15133
15134
15135
15136
15137
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15129

class UpdatePipelineRequest < Struct.new(
  :workspace_name,
  :pipeline_name,
  :description,
  :environment_variables,
  :computations)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


15129
15130
15131
15132
15133
15134
15135
15136
15137
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 15129

class UpdatePipelineRequest < Struct.new(
  :workspace_name,
  :pipeline_name,
  :description,
  :environment_variables,
  :computations)
  SENSITIVE = [:environment_variables]
  include Aws::Structure
end