Class: Aws::SecurityHub::Types::AwsEcsTaskVolumeHostDetails

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

Overview

Provides details on a container instance bind mount host volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_pathString

When the host parameter is used, specify a sourcePath to declare the path on the host container instance that's presented to the container.

Returns:

  • (String)


11198
11199
11200
11201
11202
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11198

class AwsEcsTaskVolumeHostDetails < Struct.new(
  :source_path)
  SENSITIVE = []
  include Aws::Structure
end