Class: Aws::Types::ListSyncConfigurationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSyncConfigurationsInput
- 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.
-
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
-
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
292 293 294 |
# File 'sig/types.rbs', line 292 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
293 294 295 |
# File 'sig/types.rbs', line 293 def next_token @next_token end |
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def repository_link_id @repository_link_id end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
295 296 297 |
# File 'sig/types.rbs', line 295 def sync_type @sync_type end |