Class: Aws::Types::ListBranchesResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branches::Array[Types::Branch]

Returns the value of attribute branches.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def branches
  @branches
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def next_token
  @next_token
end