Class: Aws::Types::CreateContainerGroupDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerGroupDefinitionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
-
#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.
-
#support_container_definitions ⇒ ::Array[Types::SupportContainerDefinitionInput]
Returns the value of attribute support_container_definitions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
293 294 295 |
# File 'sig/types.rbs', line 293 def container_group_type @container_group_type end |
#game_server_container_definition ⇒ Types::GameServerContainerDefinitionInput
Returns the value of attribute game_server_container_definition.
296 297 298 |
# File 'sig/types.rbs', line 296 def game_server_container_definition @game_server_container_definition end |
#name ⇒ ::String
Returns the value of attribute name.
292 293 294 |
# File 'sig/types.rbs', line 292 def name @name end |
#operating_system ⇒ "AMAZON_LINUX_2023"
Returns the value of attribute operating_system.
298 299 300 |
# File 'sig/types.rbs', line 298 def @operating_system end |
#support_container_definitions ⇒ ::Array[Types::SupportContainerDefinitionInput]
Returns the value of attribute support_container_definitions.
297 298 299 |
# File 'sig/types.rbs', line 297 def support_container_definitions @support_container_definitions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
300 301 302 |
# File 'sig/types.rbs', line 300 def @tags end |
#total_memory_limit_mebibytes ⇒ ::Integer
Returns the value of attribute total_memory_limit_mebibytes.
294 295 296 |
# File 'sig/types.rbs', line 294 def total_memory_limit_mebibytes @total_memory_limit_mebibytes end |
#total_vcpu_limit ⇒ ::Float
Returns the value of attribute total_vcpu_limit.
295 296 297 |
# File 'sig/types.rbs', line 295 def total_vcpu_limit @total_vcpu_limit end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
299 300 301 |
# File 'sig/types.rbs', line 299 def version_description @version_description end |