Class: Aws::Types::ListRepositorySyncDefinitionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRepositorySyncDefinitionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
-
#sync_type ⇒ "TEMPLATE_SYNC", "SERVICE_SYNC"
Returns the value of attribute sync_type.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def next_token @next_token end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def repository_name @repository_name end |
#repository_provider ⇒ "GITHUB", ...
Returns the value of attribute repository_provider.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def repository_provider @repository_provider end |
#sync_type ⇒ "TEMPLATE_SYNC", "SERVICE_SYNC"
Returns the value of attribute sync_type.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def sync_type @sync_type end |