Class: Aws::CodeCommit::Types::ListBranchesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListBranchesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the input of a list branches operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that allows the operation to batch the results.
-
#repository_name ⇒ String
The name of the repository that contains the branches.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that allows the operation to batch the results.
4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4186 class ListBranchesInput < Struct.new( :repository_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that contains the branches.
4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4186 class ListBranchesInput < Struct.new( :repository_name, :next_token) SENSITIVE = [] include Aws::Structure end |