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)


31221
31222
31223
31224
31225
31226
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31221

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

#nameString

The name of the volume.

Returns:

  • (String)


31221
31222
31223
31224
31225
31226
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31221

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