Class: Aws::Types::DescribePullRequestEventsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actor_arn::String

Returns the value of attribute actor_arn.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def actor_arn
  @actor_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


579
580
581
# File 'sig/types.rbs', line 579

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def next_token
  @next_token
end

#pull_request_event_type"PULL_REQUEST_CREATED", ...

Returns the value of attribute pull_request_event_type.

Returns:

  • ("PULL_REQUEST_CREATED", "PULL_REQUEST_STATUS_CHANGED", "PULL_REQUEST_SOURCE_REFERENCE_UPDATED", "PULL_REQUEST_MERGE_STATE_CHANGED", "PULL_REQUEST_APPROVAL_RULE_CREATED", "PULL_REQUEST_APPROVAL_RULE_UPDATED", "PULL_REQUEST_APPROVAL_RULE_DELETED", "PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN", "PULL_REQUEST_APPROVAL_STATE_CHANGED")


576
577
578
# File 'sig/types.rbs', line 576

def pull_request_event_type
  @pull_request_event_type
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def pull_request_id
  @pull_request_id
end