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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pathString

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

Returns:

  • (String)


3432
3433
3434
3435
3436
# File 'lib/aws-sdk-guardduty/types.rb', line 3432

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