Method: Aws::CodeCommit::Types::PullRequest#author_arn
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#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 '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 |