Class: Aws::CodeBuild::Types::BatchDeleteBuildsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchDeleteBuildsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#builds_deleted ⇒ Array<String>
The IDs of the builds that were successfully deleted.
-
#builds_not_deleted ⇒ Array<Types::BuildNotDeleted>
Information about any builds that could not be successfully deleted.
Instance Attribute Details
#builds_deleted ⇒ Array<String>
The IDs of the builds that were successfully deleted.
42 43 44 45 46 47 |
# File 'lib/aws-sdk-codebuild/types.rb', line 42 class BatchDeleteBuildsOutput < Struct.new( :builds_deleted, :builds_not_deleted) SENSITIVE = [] include Aws::Structure end |
#builds_not_deleted ⇒ Array<Types::BuildNotDeleted>
Information about any builds that could not be successfully deleted.
42 43 44 45 46 47 |
# File 'lib/aws-sdk-codebuild/types.rb', line 42 class BatchDeleteBuildsOutput < Struct.new( :builds_deleted, :builds_not_deleted) SENSITIVE = [] include Aws::Structure end |