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

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

Overview

A mount point that binds a container to a file or directory on the host system.

**Part of:** GameServerContainerDefinition, GameServerContainerDefinitionInput, SupportContainerDefinition, SupportContainerDefinitionInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_levelString

The type of access for the container.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
# File 'lib/aws-sdk-gamelift/types.rb', line 1194

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)


1194
1195
1196
1197
1198
1199
1200
# File 'lib/aws-sdk-gamelift/types.rb', line 1194

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)


1194
1195
1196
1197
1198
1199
1200
# File 'lib/aws-sdk-gamelift/types.rb', line 1194

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