Method: Aws::GameLift::Types::UpdateContainerGroupDefinitionInput#version_description
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#version_description ⇒ String
A description for this update to the container group definition.
11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11701 class UpdateContainerGroupDefinitionInput < Struct.new( :name, :game_server_container_definition, :support_container_definitions, :total_memory_limit_mebibytes, :total_vcpu_limit, :version_description, :source_version_number, :operating_system) SENSITIVE = [] include Aws::Structure end |