Class: Aws::Types::ListCodeReviewsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCodeReviewsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provider_types ⇒ ::Array[("CodeCommit" | "GitHub" | "Bitbucket" | "GitHubEnterpriseServer" | "S3Bucket")]
Returns the value of attribute provider_types.
-
#repository_names ⇒ ::Array[::String]
Returns the value of attribute repository_names.
-
#states ⇒ ::Array[("Completed" | "Pending" | "Failed" | "Deleting")]
Returns the value of attribute states.
-
#type ⇒ "PullRequest", "RepositoryAnalysis"
Returns the value of attribute type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
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.
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.
177 178 179 |
# File 'sig/types.rbs', line 177 def states @states end |
#type ⇒ "PullRequest", "RepositoryAnalysis"
Returns the value of attribute type.
179 180 181 |
# File 'sig/types.rbs', line 179 def type @type end |