Class: Aws::GameLift::Types::UpdateBuildInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#build_idString

A unique identifier for the build to update. You can use either the build ID or ARN value.



11455
11456
11457
11458
11459
11460
11461
# File 'lib/aws-sdk-gamelift/types.rb', line 11455

class UpdateBuildInput < Struct.new(
  :build_id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A descriptive label that is associated with a build. Build names do not need to be unique.



11455
11456
11457
11458
11459
11460
11461
# File 'lib/aws-sdk-gamelift/types.rb', line 11455

class UpdateBuildInput < Struct.new(
  :build_id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Version information that is associated with a build or script. Version strings do not need to be unique.



11455
11456
11457
11458
11459
11460
11461
# File 'lib/aws-sdk-gamelift/types.rb', line 11455

class UpdateBuildInput < Struct.new(
  :build_id,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end