Class: Aws::CodeBuild::Types::ListFleetsOutput

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

#fleetsArray<String>

The list of compute fleet names.

Returns:

  • (Array<String>)


3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3041

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

#next_tokenString

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 3041

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