Class: Aws::Types::PullRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rules::Array[Types::ApprovalRule]

Returns the value of attribute approval_rules.

Returns:



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.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def author_arn
  @author_arn
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("OPEN", "CLOSED")


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.

Returns:



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.

Returns:

  • (::String)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def revision_id
  @revision_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def title
  @title
end