Class: Aws::Types::ContainerGroupDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_group_definition_arn::String

Returns the value of attribute container_group_definition_arn.

Returns:

  • (::String)


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.

Returns:

  • ("GAME_SERVER", "PER_INSTANCE")


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.

Returns:

  • (::Time)


173
174
175
# File 'sig/types.rbs', line 173

def creation_time
  @creation_time
end

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

Returns:

  • (::String)


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.

Returns:

  • ("AMAZON_LINUX_2023")


174
175
176
# File 'sig/types.rbs', line 174

def operating_system
  @operating_system
end

#status"READY", ...

Returns the value of attribute status.

Returns:

  • ("READY", "COPYING", "FAILED")


183
184
185
# File 'sig/types.rbs', line 183

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def version_number
  @version_number
end