Class: Aws::CodeCommit::Types::GetBranchOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetBranchOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the output of a get branch operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ Types::BranchInfo
The name of the branch.
Instance Attribute Details
#branch ⇒ Types::BranchInfo
The name of the branch.
2741 2742 2743 2744 2745 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2741 class GetBranchOutput < Struct.new( :branch) SENSITIVE = [] include Aws::Structure end |