Class: Aws::CodeCommit::Types::DescribePullRequestEventsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actor_arnString

The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-codecommit/types.rb', line 2202

class DescribePullRequestEventsInput < Struct.new(
  :pull_request_id,
  :pull_request_event_type,
  :actor_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.

Returns:

  • (Integer)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-codecommit/types.rb', line 2202

class DescribePullRequestEventsInput < Struct.new(
  :pull_request_id,
  :pull_request_event_type,
  :actor_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An enumeration token that, when provided in a request, returns the next batch of the results.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-codecommit/types.rb', line 2202

class DescribePullRequestEventsInput < Struct.new(
  :pull_request_id,
  :pull_request_event_type,
  :actor_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#pull_request_event_typeString

Optional. The pull request event type about which you want to return information.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-codecommit/types.rb', line 2202

class DescribePullRequestEventsInput < Struct.new(
  :pull_request_id,
  :pull_request_event_type,
  :actor_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#pull_request_idString

The system-generated ID of the pull request. To get this ID, use ListPullRequests.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-codecommit/types.rb', line 2202

class DescribePullRequestEventsInput < Struct.new(
  :pull_request_id,
  :pull_request_event_type,
  :actor_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end