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.

Returns:

  • (String)


11043
11044
11045
11046
11047
11048
11049
# File 'lib/aws-sdk-gamelift/types.rb', line 11043

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.

Returns:

  • (String)


11043
11044
11045
11046
11047
11048
11049
# File 'lib/aws-sdk-gamelift/types.rb', line 11043

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.

Returns:

  • (String)


11043
11044
11045
11046
11047
11048
11049
# File 'lib/aws-sdk-gamelift/types.rb', line 11043

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