class Aws::GameLift::Types::UpdateBuildInput

Represents the input for a request operation.

@note When making an API call, you may pass UpdateBuildInput

data as a hash:

    {
      build_id: "BuildIdOrArn", # required
      name: "NonZeroAndMaxString",
      version: "NonZeroAndMaxString",
    }

@!attribute [rw] build_id

A unique identifier for the build to update. You can use either the
build ID or ARN value.
@return [String]

@!attribute [rw] name

A descriptive label that is associated with a build. Build names do
not need to be unique.
@return [String]

@!attribute [rw] version

Version information that is associated with a build or script.
Version strings do not need to be unique.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/UpdateBuildInput AWS API Documentation

Constants

SENSITIVE