Class: Aws::Amplify::Types::GetBranchResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchTypes::Branch

The branch for an Amplify app, which maps to a third-party repository branch.

Returns:



1615
1616
1617
1618
1619
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1615

class GetBranchResult < Struct.new(
  :branch)
  SENSITIVE = []
  include Aws::Structure
end