Class: Aws::Types::UpdatePullRequestDescriptionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def description
  @description
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def pull_request_id
  @pull_request_id
end