Class: Aws::Types::GameServerContainerDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def container_name
  @container_name
end

#depends_on::Array[Types::ContainerDependency]

Returns the value of attribute depends_on.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def depends_on
  @depends_on
end

#environment_override::Array[Types::ContainerEnvironment]

Returns the value of attribute environment_override.

Returns:



1220
1221
1222
# File 'sig/types.rbs', line 1220

def environment_override
  @environment_override
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def image_uri
  @image_uri
end

#linux_capabilitiesTypes::LinuxCapabilities

Returns the value of attribute linux_capabilities.



1225
1226
1227
# File 'sig/types.rbs', line 1225

def linux_capabilities
  @linux_capabilities
end

#mount_points::Array[Types::ContainerMountPoint]

Returns the value of attribute mount_points.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def mount_points
  @mount_points
end

#port_configurationTypes::ContainerPortConfiguration

Returns the value of attribute port_configuration.



1222
1223
1224
# File 'sig/types.rbs', line 1222

def port_configuration
  @port_configuration
end

#resolved_image_digest::String

Returns the value of attribute resolved_image_digest.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def resolved_image_digest
  @resolved_image_digest
end

#server_sdk_version::String

Returns the value of attribute server_sdk_version.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def server_sdk_version
  @server_sdk_version
end