Class: Aws::CodeBuild::Types::ListBuildBatchesForProjectOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

An array of strings that contains the batch build identifiers.

Returns:

  • (Array<String>)


2784
2785
2786
2787
2788
2789
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2784

class ListBuildBatchesForProjectOutput < Struct.new(
  :ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2784

class ListBuildBatchesForProjectOutput < Struct.new(
  :ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end