Class: Aws::Amplify::Types::CreateBranchResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Amplify::Types::CreateBranchResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for create branch request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #branch  ⇒ Types::Branch 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes the branch for an Amplify app, which maps to a third-party repository branch. 
Instance Attribute Details
#branch ⇒ Types::Branch
Describes the branch for an Amplify app, which maps to a third-party repository branch.
| 991 992 993 994 995 | # File 'lib/aws-sdk-amplify/types.rb', line 991 class CreateBranchResult < Struct.new( :branch) SENSITIVE = [] include Aws::Structure end |