Class: Aws::Types::GameServerContainerDefinition
- Inherits:
-
Object
- Object
- Aws::Types::GameServerContainerDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#depends_on ⇒ ::Array[Types::ContainerDependency]
Returns the value of attribute depends_on.
-
#environment_override ⇒ ::Array[Types::ContainerEnvironment]
Returns the value of attribute environment_override.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#linux_capabilities ⇒ Types::LinuxCapabilities
Returns the value of attribute linux_capabilities.
-
#mount_points ⇒ ::Array[Types::ContainerMountPoint]
Returns the value of attribute mount_points.
-
#port_configuration ⇒ Types::ContainerPortConfiguration
Returns the value of attribute port_configuration.
-
#resolved_image_digest ⇒ ::String
Returns the value of attribute resolved_image_digest.
-
#server_sdk_version ⇒ ::String
Returns the value of attribute server_sdk_version.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
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.
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.
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.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def image_uri @image_uri end |
#linux_capabilities ⇒ Types::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.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def mount_points @mount_points end |
#port_configuration ⇒ Types::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.
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.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def server_sdk_version @server_sdk_version end |