Class: Aws::Types::PullRequest
- Inherits:
-
Object
- Object
- Aws::Types::PullRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rules ⇒ ::Array[Types::ApprovalRule]
Returns the value of attribute approval_rules.
-
#author_arn ⇒ ::String
Returns the value of attribute author_arn.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_activity_date ⇒ ::Time
Returns the value of attribute last_activity_date.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
-
#pull_request_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute pull_request_status.
-
#pull_request_targets ⇒ ::Array[Types::PullRequestTarget]
Returns the value of attribute pull_request_targets.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#approval_rules ⇒ ::Array[Types::ApprovalRule]
Returns the value of attribute approval_rules.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def approval_rules @approval_rules end |
#author_arn ⇒ ::String
Returns the value of attribute author_arn.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def @author_arn end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def client_request_token @client_request_token end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def description @description end |
#last_activity_date ⇒ ::Time
Returns the value of attribute last_activity_date.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def last_activity_date @last_activity_date end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def pull_request_id @pull_request_id end |
#pull_request_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute pull_request_status.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def pull_request_status @pull_request_status end |
#pull_request_targets ⇒ ::Array[Types::PullRequestTarget]
Returns the value of attribute pull_request_targets.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def pull_request_targets @pull_request_targets end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def revision_id @revision_id end |
#title ⇒ ::String
Returns the value of attribute title.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def title @title end |