Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails

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

Overview

A mount point for the data volumes in the container.

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)


10975
10976
10977
10978
10979
10980
10981
# File 'lib/aws-sdk-securityhub/types.rb', line 10975

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

#read_onlyBoolean

Whether the container has read-only access to the volume.

Returns:

  • (Boolean)


10975
10976
10977
10978
10979
10980
10981
# File 'lib/aws-sdk-securityhub/types.rb', line 10975

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

#source_volumeString

The name of the volume to mount. Must match the name of a volume listed in ‘VolumeDetails` for the task definition.

Returns:

  • (String)


10975
10976
10977
10978
10979
10980
10981
# File 'lib/aws-sdk-securityhub/types.rb', line 10975

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