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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-codebuild/types.rb', line 2442

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)


2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-codebuild/types.rb', line 2442

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