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.
5406 5407 5408 5409 5410 |
# File 'lib/aws-sdk-codebuild/types.rb', line 5406 class StopBuildBatchInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |