Class: Aws::GameLift::Types::ContainerMountPoint

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_levelString

The type of access for the container.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-gamelift/types.rb', line 1250

class ContainerMountPoint < Struct.new(
  :instance_path,
  :container_path,
  :access_level)
  SENSITIVE = []
  include Aws::Structure
end

#container_pathString

The mount path on the container. If this property isn’t set, the instance path is used.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-gamelift/types.rb', line 1250

class ContainerMountPoint < Struct.new(
  :instance_path,
  :container_path,
  :access_level)
  SENSITIVE = []
  include Aws::Structure
end

#instance_pathString

The path to the source file or directory.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-gamelift/types.rb', line 1250

class ContainerMountPoint < Struct.new(
  :instance_path,
  :container_path,
  :access_level)
  SENSITIVE = []
  include Aws::Structure
end