Class: Aws::CodeBuild::Types::ListBuildBatchesForProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ListBuildBatchesForProjectOutput
- Defined in:
- gems/aws-sdk-codebuild/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
ListBuildBatchesForProject
to retrieve the next set of items.
Instance Attribute Details
#ids ⇒ Array<String>
An array of strings that contains the batch build identifiers.
2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2900 class ListBuildBatchesForProjectOutput < 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 ListBuildBatchesForProject
to
retrieve the next set of items.
2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2900 class ListBuildBatchesForProjectOutput < Struct.new( :ids, :next_token) SENSITIVE = [] include Aws::Structure end |