Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionVolumesHostDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionVolumesHostDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about a bind mount host volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_path ⇒ String
The path on the host container instance that is presented to the container.
Instance Attribute Details
#source_path ⇒ String
The path on the host container instance that is presented to the container.
11515 11516 11517 11518 11519 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11515 class AwsEcsTaskDefinitionVolumesHostDetails < Struct.new( :source_path) SENSITIVE = [] include Aws::Structure end |