Class: Aws::SecurityHub::Types::AwsEcsTaskVolumeHostDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskVolumeHostDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides details on a container instance bind mount host volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_path ⇒ String
When the
host
parameter is used, specify asourcePath
to declare the path on the host container instance that's presented to the container.
Instance Attribute Details
#source_path ⇒ String
When the host
parameter is used, specify a sourcePath
to declare
the path on the host container instance that's presented to the
container.
11266 11267 11268 11269 11270 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11266 class AwsEcsTaskVolumeHostDetails < Struct.new( :source_path) SENSITIVE = [] include Aws::Structure end |