Class: Aws::IoTSiteWise::Types::Mount
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Mount
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Attaches a data source to the container filesystem for a task at a customer-supplied relative path under the service-owned mount root.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A unique name for the mount within the task.
-
#relative_path ⇒ String
The relative path under the service-owned mount root where this mount is attached inside the container.
-
#source ⇒ Types::MountSource
The data source for the mount.
-
#storage_type ⇒ String
The type of storage used for the mount.
Instance Attribute Details
#name ⇒ String
A unique name for the mount within the task.
12372 12373 12374 12375 12376 12377 12378 12379 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12372 class Mount < Struct.new( :name, :relative_path, :source, :storage_type) SENSITIVE = [] include Aws::Structure end |
#relative_path ⇒ String
The relative path under the service-owned mount root where this mount is attached inside the container.
12372 12373 12374 12375 12376 12377 12378 12379 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12372 class Mount < Struct.new( :name, :relative_path, :source, :storage_type) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::MountSource
The data source for the mount.
12372 12373 12374 12375 12376 12377 12378 12379 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12372 class Mount < Struct.new( :name, :relative_path, :source, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The type of storage used for the mount.
12372 12373 12374 12375 12376 12377 12378 12379 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12372 class Mount < Struct.new( :name, :relative_path, :source, :storage_type) SENSITIVE = [] include Aws::Structure end |