Class: Aws::Types::UpdateContainerGroupDefinitionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • ("AMAZON_LINUX_2023")


2301
2302
2303
# File 'sig/types.rbs', line 2301

def operating_system
  @operating_system
end

#source_version_number::Integer

Returns the value of attribute source_version_number.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


2299
2300
2301
# File 'sig/types.rbs', line 2299

def version_description
  @version_description
end