Class: Aws::CodeCommit::Types::CreatePullRequestOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::CreatePullRequestOutput
- 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 newly created pull request.
Instance Attribute Details
#pull_request ⇒ Types::PullRequest
Information about the newly created pull request.
1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1624 class CreatePullRequestOutput < Struct.new( :pull_request) SENSITIVE = [] include Aws::Structure end |