You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::RetryBuildBatchInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RetryBuildBatchInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  id: "NonEmptyString",
  idempotency_token: "String",
  retry_type: "RETRY_ALL_BUILDS", # accepts RETRY_ALL_BUILDS, RETRY_FAILED_BUILDS
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Specifies the identifier of the batch build to restart.

Returns:

  • (String)

    Specifies the identifier of the batch build to restart.

#idempotency_tokenString

A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch request. The token is included in the RetryBuildBatch request and is valid for five minutes. If you repeat the RetryBuildBatch request with the same token, but change a parameter, AWS CodeBuild returns a parameter mismatch error.

Returns:

  • (String)

    A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch request.

#retry_typeString

Specifies the type of retry to perform.

Possible values:

  • RETRY_ALL_BUILDS
  • RETRY_FAILED_BUILDS

Returns:

  • (String)

    Specifies the type of retry to perform.