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.
6203 6204 6205 6206 6207 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6203 class StopBuildBatchInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |