Class: Aws::Types::ListBranchesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListBranchesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branches ⇒ ::Array[Types::Branch]
Returns the value of attribute branches.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#branches ⇒ ::Array[Types::Branch]
Returns the value of attribute branches.
519 520 521 |
# File 'sig/types.rbs', line 519 def branches @branches end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
520 521 522 |
# File 'sig/types.rbs', line 520 def next_token @next_token end |