Class: Aws::Types::ListSyncConfigurationsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def sync_configurations
  @sync_configurations
end