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)


1242
1243
1244
1245
1246
1247
1248
# File 'lib/aws-sdk-gamelift/types.rb', line 1242

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)


1242
1243
1244
1245
1246
1247
1248
# File 'lib/aws-sdk-gamelift/types.rb', line 1242

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)


1242
1243
1244
1245
1246
1247
1248
# File 'lib/aws-sdk-gamelift/types.rb', line 1242

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