Class: Aws::IoTSiteWise::Types::MountOverrides

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

Overview

Runtime mount overrides applied to a single pipeline execution. Overrides are transient — they do not modify the stored task configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_nodesHash<String,Array<Types::Mount>>

The mount overrides for each compute node, keyed by compute node name.

Returns:



12390
12391
12392
12393
12394
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12390

class MountOverrides < Struct.new(
  :compute_nodes)
  SENSITIVE = []
  include Aws::Structure
end