Class: Aws::CodeBuild::Types::StopBuildBatchInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::StopBuildBatchInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the batch build to stop.
Instance Attribute Details
#id ⇒ String
The identifier of the batch build to stop.
6182 6183 6184 6185 6186 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6182 class StopBuildBatchInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |