Class: Aws::Types::ListRepositorySyncDefinitionsOutput

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)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def next_token
  @next_token
end

#sync_definitions ⇒ ::Array[Types::RepositorySyncDefinition]

Returns the value of attribute sync_definitions.

Returns:



1044
1045
1046
# File 'sig/types.rbs', line 1044

def sync_definitions
  @sync_definitions
end