Class: Aws::CodeBuild::Types::ListBuildBatchesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ListBuildBatchesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
An array of strings that contains the batch build identifiers.
-
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to ‘ListBuildBatches` to retrieve the next set of items.
Instance Attribute Details
#ids ⇒ Array<String>
An array of strings that contains the batch build identifiers.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3183 class ListBuildBatchesOutput < Struct.new( :ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to ‘ListBuildBatches` to retrieve the next set of items.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3183 class ListBuildBatchesOutput < Struct.new( :ids, :next_token) SENSITIVE = [] include Aws::Structure end |