Class: Aws::Types::ListSyncConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSyncConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sync_configurations ⇒ ::Array[Types::SyncConfiguration]
Returns the value of attribute sync_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
301 302 303 |
# File 'sig/types.rbs', line 301 def next_token @next_token end |
#sync_configurations ⇒ ::Array[Types::SyncConfiguration]
Returns the value of attribute sync_configurations.
300 301 302 |
# File 'sig/types.rbs', line 300 def sync_configurations @sync_configurations end |