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)


6055
6056
6057
6058
6059
# File 'lib/aws-sdk-codebuild/types.rb', line 6055

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