Class: Aws::SecurityHub::Types::AwsMountPoint

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

Overview

Details for a volume mount point that's used in a container definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_pathString

The path on the container to mount the host volume at.

Returns:

  • (String)


14200
14201
14202
14203
14204
14205
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14200

class AwsMountPoint < Struct.new(
  :source_volume,
  :container_path)
  SENSITIVE = []
  include Aws::Structure
end

#source_volumeString

The name of the volume to mount. Must be a volume name referenced in the name parameter of task definition volume.

Returns:

  • (String)


14200
14201
14202
14203
14204
14205
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14200

class AwsMountPoint < Struct.new(
  :source_volume,
  :container_path)
  SENSITIVE = []
  include Aws::Structure
end