Class: Aws::Types::ContainerGroupDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ContainerGroupDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_group_definition_arn ⇒ ::String
Returns the value of attribute container_group_definition_arn.
-
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#game_server_container_definition ⇒ Types::GameServerContainerDefinition
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.
-
#status ⇒ "READY", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#support_container_definitions ⇒ ::Array[Types::SupportContainerDefinition]
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.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#container_group_definition_arn ⇒ ::String
Returns the value of attribute container_group_definition_arn.
172 173 174 |
# File 'sig/types.rbs', line 172 def container_group_definition_arn @container_group_definition_arn end |
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
176 177 178 |
# File 'sig/types.rbs', line 176 def container_group_type @container_group_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
173 174 175 |
# File 'sig/types.rbs', line 173 def creation_time @creation_time end |
#game_server_container_definition ⇒ Types::GameServerContainerDefinition
Returns the value of attribute game_server_container_definition.
179 180 181 |
# File 'sig/types.rbs', line 179 def game_server_container_definition @game_server_container_definition end |
#name ⇒ ::String
Returns the value of attribute name.
175 176 177 |
# File 'sig/types.rbs', line 175 def name @name end |
#operating_system ⇒ "AMAZON_LINUX_2023"
Returns the value of attribute operating_system.
174 175 176 |
# File 'sig/types.rbs', line 174 def @operating_system end |
#status ⇒ "READY", ...
Returns the value of attribute status.
183 184 185 |
# File 'sig/types.rbs', line 183 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
184 185 186 |
# File 'sig/types.rbs', line 184 def status_reason @status_reason end |
#support_container_definitions ⇒ ::Array[Types::SupportContainerDefinition]
Returns the value of attribute support_container_definitions.
180 181 182 |
# File 'sig/types.rbs', line 180 def support_container_definitions @support_container_definitions end |
#total_memory_limit_mebibytes ⇒ ::Integer
Returns the value of attribute total_memory_limit_mebibytes.
177 178 179 |
# File 'sig/types.rbs', line 177 def total_memory_limit_mebibytes @total_memory_limit_mebibytes end |
#total_vcpu_limit ⇒ ::Float
Returns the value of attribute total_vcpu_limit.
178 179 180 |
# File 'sig/types.rbs', line 178 def total_vcpu_limit @total_vcpu_limit end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
182 183 184 |
# File 'sig/types.rbs', line 182 def version_description @version_description end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
181 182 183 |
# File 'sig/types.rbs', line 181 def version_number @version_number end |