Class: Aws::GuardDuty::Types::HostPath

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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

Instance Attribute Details

#pathString

Path of the file or directory on the host that the volume maps to.

Returns:

  • (String)


4491
4492
4493
4494
4495
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4491

class HostPath < Struct.new(
  :path)
  SENSITIVE = []
  include Aws::Structure
end