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)


5019
5020
5021
5022
5023
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5019

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