Class: Aws::CodeBuild::Types::ListBuildBatchesOutput

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>)


2840
2841
2842
2843
2844
2845
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2840

class ListBuildBatchesOutput < 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 ListBuildBatches to retrieve the next set of items.

Returns:

  • (String)


2840
2841
2842
2843
2844
2845
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2840

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