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.
6259 6260 6261 6262 6263 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6259 class StopBuildBatchInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |