Class: Aws::Types::UpdateContainerGroupDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContainerGroupDefinitionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_server_container_definition ⇒ Types::GameServerContainerDefinitionInput
Returns the value of attribute game_server_container_definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operating_system ⇒ "AMAZON_LINUX_2023"
Returns the value of attribute operating_system.
-
#source_version_number ⇒ ::Integer
Returns the value of attribute source_version_number.
-
#support_container_definitions ⇒ ::Array[Types::SupportContainerDefinitionInput]
Returns the value of attribute support_container_definitions.
-
#total_memory_limit_mebibytes ⇒ ::Integer
Returns the value of attribute total_memory_limit_mebibytes.
-
#total_vcpu_limit ⇒ ::Float
Returns the value of attribute total_vcpu_limit.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#game_server_container_definition ⇒ Types::GameServerContainerDefinitionInput
Returns the value of attribute game_server_container_definition.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def game_server_container_definition @game_server_container_definition end |
#name ⇒ ::String
Returns the value of attribute name.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def name @name end |
#operating_system ⇒ "AMAZON_LINUX_2023"
Returns the value of attribute operating_system.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def @operating_system end |
#source_version_number ⇒ ::Integer
Returns the value of attribute source_version_number.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def source_version_number @source_version_number end |
#support_container_definitions ⇒ ::Array[Types::SupportContainerDefinitionInput]
Returns the value of attribute support_container_definitions.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def support_container_definitions @support_container_definitions end |
#total_memory_limit_mebibytes ⇒ ::Integer
Returns the value of attribute total_memory_limit_mebibytes.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def total_memory_limit_mebibytes @total_memory_limit_mebibytes end |
#total_vcpu_limit ⇒ ::Float
Returns the value of attribute total_vcpu_limit.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def total_vcpu_limit @total_vcpu_limit end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def version_description @version_description end |