Class: Aws::Amplify::Types::GetBranchRequest

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

Overview

The request structure for the get branch request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1601

class GetBranchRequest < Struct.new(
  :app_id,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end

#branch_nameString

The name of the branch.

Returns:

  • (String)


1601
1602
1603
1604
1605
1606
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1601

class GetBranchRequest < Struct.new(
  :app_id,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end