Class: Aws::Types::CreatePullRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePullRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
428 429 430 |
# File 'sig/types.rbs', line 428 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
426 427 428 |
# File 'sig/types.rbs', line 426 def description @description end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
427 428 429 |
# File 'sig/types.rbs', line 427 def targets @targets end |
#title ⇒ ::String
Returns the value of attribute title.
425 426 427 |
# File 'sig/types.rbs', line 425 def title @title end |