Class: Aws::SecurityHub::Types::VolumeMount

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

Overview

Describes the mounting of a volume in a container.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mount_pathString

The path in the container at which the volume should be mounted.

Returns:

  • (String)


31431
31432
31433
31434
31435
31436
# File 'lib/aws-sdk-securityhub/types.rb', line 31431

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

#nameString

The name of the volume.

Returns:

  • (String)


31431
31432
31433
31434
31435
31436
# File 'lib/aws-sdk-securityhub/types.rb', line 31431

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