Class: Aws::Types::GameServerContainerDefinitionInput

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)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def image_uri
  @image_uri
end

#linux_capabilitiesTypes::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.

Returns:



1232
1233
1234
# File 'sig/types.rbs', line 1232

def mount_points
  @mount_points
end

#port_configurationTypes::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.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def server_sdk_version
  @server_sdk_version
end