Class: Aws::CodeCommit::Types::PullRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::PullRequest
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Returns information about a pull request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rules ⇒ Array<Types::ApprovalRule>
The approval rules applied to the pull request.
-
#author_arn ⇒ String
The Amazon Resource Name (ARN) of the user who created the pull request.
-
#client_request_token ⇒ String
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter.
-
#creation_date ⇒ Time
The date and time the pull request was originally created, in timestamp format.
-
#description ⇒ String
The user-defined description of the pull request.
-
#last_activity_date ⇒ Time
The day and time of the last user or system activity on the pull request, in timestamp format.
-
#pull_request_id ⇒ String
The system-generated ID of the pull request.
-
#pull_request_status ⇒ String
The status of the pull request.
-
#pull_request_targets ⇒ Array<Types::PullRequestTarget>
The targets of the pull request, including the source branch and destination branch for the pull request.
-
#revision_id ⇒ String
The system-generated revision ID for the pull request.
-
#title ⇒ String
The user-defined title of the pull request.
Instance Attribute Details
#approval_rules ⇒ Array<Types::ApprovalRule>
The approval rules applied to the pull request.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#author_arn ⇒ String
The Amazon Resource Name (ARN) of the user who created the pull request.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time the pull request was originally created, in timestamp format.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#last_activity_date ⇒ Time
The day and time of the last user or system activity on the pull request, in timestamp format.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#pull_request_id ⇒ String
The system-generated ID of the pull request.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#pull_request_status ⇒ String
The status of the pull request. Pull request status can only change
from OPEN
to CLOSED
.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#pull_request_targets ⇒ Array<Types::PullRequestTarget>
The targets of the pull request, including the source branch and destination branch for the pull request.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The system-generated revision ID for the pull request.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The user-defined title of the pull request. This title is displayed in the list of pull requests to other repository users.
5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5607 class PullRequest < Struct.new( :pull_request_id, :title, :description, :last_activity_date, :creation_date, :pull_request_status, :author_arn, :pull_request_targets, :client_request_token, :revision_id, :approval_rules) SENSITIVE = [] include Aws::Structure end |