Method: Aws::CodeBuild::Types::ProjectFileSystemLocation#mount_point

Defined in:
lib/aws-sdk-codebuild/types.rb

#mount_pointString

The location in the container where you mount the file system.

Returns:

  • (String)


4477
4478
4479
4480
4481
4482
4483
4484
4485
# File 'lib/aws-sdk-codebuild/types.rb', line 4477

class ProjectFileSystemLocation < Struct.new(
  :type,
  :location,
  :mount_point,
  :identifier,
  :mount_options)
  SENSITIVE = []
  include Aws::Structure
end