Class: Aws::CodeCommit::Types::ListBranchesInput

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

Overview

Represents the input of a list branches operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An enumeration token that allows the operation to batch the results.

Returns:

  • (String)


4188
4189
4190
4191
4192
4193
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4188

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

#repository_nameString

The name of the repository that contains the branches.

Returns:

  • (String)


4188
4189
4190
4191
4192
4193
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4188

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