Class: Aws::Amplify::Types::UpdateBranchResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UpdateBranchResult
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The result structure for the update branch request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ Types::Branch
The branch for an Amplify app, which maps to a third-party repository branch.
Instance Attribute Details
#branch ⇒ Types::Branch
The branch for an Amplify app, which maps to a third-party repository branch.
2986 2987 2988 2989 2990 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2986 class UpdateBranchResult < Struct.new( :branch) SENSITIVE = [] include Aws::Structure end |