Class: Aws::Types::ListRepositoryAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRepositoryAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owners ⇒ ::Array[::String]
Returns the value of attribute owners.
-
#provider_types ⇒ ::Array[("CodeCommit" | "GitHub" | "Bitbucket" | "GitHubEnterpriseServer" | "S3Bucket")]
Returns the value of attribute provider_types.
-
#states ⇒ ::Array[("Associated" | "Associating" | "Failed" | "Disassociating" | "Disassociated")]
Returns the value of attribute states.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
224 225 226 |
# File 'sig/types.rbs', line 224 def max_results @max_results end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
222 223 224 |
# File 'sig/types.rbs', line 222 def names @names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
225 226 227 |
# File 'sig/types.rbs', line 225 def next_token @next_token end |
#owners ⇒ ::Array[::String]
Returns the value of attribute owners.
223 224 225 |
# File 'sig/types.rbs', line 223 def owners @owners end |
#provider_types ⇒ ::Array[("CodeCommit" | "GitHub" | "Bitbucket" | "GitHubEnterpriseServer" | "S3Bucket")]
Returns the value of attribute provider_types.
220 221 222 |
# File 'sig/types.rbs', line 220 def provider_types @provider_types end |
#states ⇒ ::Array[("Associated" | "Associating" | "Failed" | "Disassociating" | "Disassociated")]
Returns the value of attribute states.
221 222 223 |
# File 'sig/types.rbs', line 221 def states @states end |