Class: Aws::Types::ListCodeReviewsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


180
181
182
# File 'sig/types.rbs', line 180

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def next_token
  @next_token
end

#provider_types::Array[("CodeCommit" | "GitHub" | "Bitbucket" | "GitHubEnterpriseServer" | "S3Bucket")]

Returns the value of attribute provider_types.

Returns:

  • (::Array[("CodeCommit" | "GitHub" | "Bitbucket" | "GitHubEnterpriseServer" | "S3Bucket")])


176
177
178
# File 'sig/types.rbs', line 176

def provider_types
  @provider_types
end

#repository_names::Array[::String]

Returns the value of attribute repository_names.

Returns:

  • (::Array[::String])


178
179
180
# File 'sig/types.rbs', line 178

def repository_names
  @repository_names
end

#states::Array[("Completed" | "Pending" | "Failed" | "Deleting")]

Returns the value of attribute states.

Returns:

  • (::Array[("Completed" | "Pending" | "Failed" | "Deleting")])


177
178
179
# File 'sig/types.rbs', line 177

def states
  @states
end

#type"PullRequest", "RepositoryAnalysis"

Returns the value of attribute type.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def type
  @type
end