Class: Aws::Types::GameServerContainerDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::GameServerContainerDefinitionInput
- 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.
-
#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.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def container_name @container_name end |
#depends_on ⇒ ::Array[Types::ContainerDependency]
Returns the value of attribute depends_on.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def depends_on @depends_on end |
#environment_override ⇒ ::Array[Types::ContainerEnvironment]
Returns the value of attribute environment_override.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def environment_override @environment_override end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def image_uri @image_uri end |
#linux_capabilities ⇒ Types::LinuxCapabilities
Returns the value of attribute linux_capabilities.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def linux_capabilities @linux_capabilities end |
#mount_points ⇒ ::Array[Types::ContainerMountPoint]
Returns the value of attribute mount_points.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def mount_points @mount_points end |
#port_configuration ⇒ Types::ContainerPortConfiguration
Returns the value of attribute port_configuration.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def port_configuration @port_configuration end |
#server_sdk_version ⇒ ::String
Returns the value of attribute server_sdk_version.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def server_sdk_version @server_sdk_version end |