Class: Aws::CodeBuild::Types::StopBuildBatchInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the batch build to stop.

Returns:

  • (String)


5458
5459
5460
5461
5462
# File 'lib/aws-sdk-codebuild/types.rb', line 5458

class StopBuildBatchInput < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end