Class: Aws::GuardDuty::Types::HostPath
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::HostPath
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Represents a pre-existing file or directory on the host machine that the volume maps to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path ⇒ String
Path of the file or directory on the host that the volume maps to.
Instance Attribute Details
#path ⇒ String
Path of the file or directory on the host that the volume maps to.
5048 5049 5050 5051 5052 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5048 class HostPath < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |