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

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



8154
8155
8156
8157
8158
8159
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8154

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

#nameString

Volume name.

Returns:

  • (String)


8154
8155
8156
8157
8158
8159
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8154

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