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

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


31225
31226
31227
31228
31229
31230
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31225

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

#nameString

The name of the volume.

Returns:

  • (String)


31225
31226
31227
31228
31229
31230
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31225

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