Class: Aws::CodeCommit::Types::ListBranchesOutput

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

Overview

Represents the output of a list branches operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchesArray<String>

The list of branch names.

Returns:

  • (Array<String>)


4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4207

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

#next_tokenString

An enumeration token that returns the batch of the results.

Returns:

  • (String)


4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4207

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