Class: Aws::Amplify::Types::GetBranchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetBranchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the get branch request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#branch_name ⇒ String
The name of the branch.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
1679 1680 1681 1682 1683 1684 |
# File 'lib/aws-sdk-amplify/types.rb', line 1679 class GetBranchRequest < Struct.new( :app_id, :branch_name) SENSITIVE = [] include Aws::Structure end |
#branch_name ⇒ String
The name of the branch.
1679 1680 1681 1682 1683 1684 |
# File 'lib/aws-sdk-amplify/types.rb', line 1679 class GetBranchRequest < Struct.new( :app_id, :branch_name) SENSITIVE = [] include Aws::Structure end |