Method: Aws::GameLift::Types::UpdateContainerGroupDefinitionInput#name
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#name ⇒ String
A descriptive identifier for the container group definition. The name value must be unique in an Amazon Web Services Region.
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 |