Class: Aws::CodeCommit::Types::MergePullRequestByFastForwardOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::MergePullRequestByFastForwardOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pull_request ⇒ Types::PullRequest
Information about the specified pull request, including the merge.
Instance Attribute Details
#pull_request ⇒ Types::PullRequest
Information about the specified pull request, including the merge.
4948 4949 4950 4951 4952 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4948 class MergePullRequestByFastForwardOutput < Struct.new( :pull_request) SENSITIVE = [] include Aws::Structure end |