Method: Aws::GameLift::Types::GameServerContainerDefinition#mount_points
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#mount_points ⇒ Array<Types::ContainerMountPoint>
A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.
6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 |
# File 'lib/aws-sdk-gamelift/types.rb', line 6155 class GameServerContainerDefinition < Struct.new( :container_name, :depends_on, :mount_points, :environment_override, :image_uri, :port_configuration, :resolved_image_digest, :server_sdk_version) SENSITIVE = [] include Aws::Structure end |