Class: Aws::Types::CreatePullRequestInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def description
  @description
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



427
428
429
# File 'sig/types.rbs', line 427

def targets
  @targets
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def title
  @title
end