Class: Aws::SecurityHub::Types::AwsEcsTaskVolumeHostDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskVolumeHostDetails
- Includes:
- Aws::Structure
- Defined in:
- 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 a `sourcePath` 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.
11617 11618 11619 11620 11621 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11617 class AwsEcsTaskVolumeHostDetails < Struct.new( :source_path) SENSITIVE = [] include Aws::Structure end |