Class: Aws::Types::CreateContainerGroupDefinitionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_group_type"GAME_SERVER", "PER_INSTANCE"

Returns the value of attribute container_group_type.

Returns:

  • ("GAME_SERVER", "PER_INSTANCE")


293
294
295
# File 'sig/types.rbs', line 293

def container_group_type
  @container_group_type
end

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

Returns:

  • (::String)


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.

Returns:

  • ("AMAZON_LINUX_2023")


298
299
300
# File 'sig/types.rbs', line 298

def operating_system
  @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.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def tags
  @tags
end

#total_memory_limit_mebibytes::Integer

Returns the value of attribute total_memory_limit_mebibytes.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def version_description
  @version_description
end