Class: Aws::GuardDuty::Types::Volume

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Volume used by the Kubernetes workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_pathTypes::HostPath

Represents a pre-existing file or directory on the host machine that the volume maps to.

Returns:



8136
8137
8138
8139
8140
8141
# File 'lib/aws-sdk-guardduty/types.rb', line 8136

class Volume < Struct.new(
  :name,
  :host_path)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Volume name.

Returns:

  • (String)


8136
8137
8138
8139
8140
8141
# File 'lib/aws-sdk-guardduty/types.rb', line 8136

class Volume < Struct.new(
  :name,
  :host_path)
  SENSITIVE = []
  include Aws::Structure
end