Class: Aws::Proton::Types::ListRepositorySyncDefinitionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.

Returns:

  • (String)


3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3852

class ListRepositorySyncDefinitionsOutput < Struct.new(
  :next_token,
  :sync_definitions)
  SENSITIVE = []
  include Aws::Structure
end

#sync_definitionsArray<Types::RepositorySyncDefinition>

An array of repository sync definitions.



3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3852

class ListRepositorySyncDefinitionsOutput < Struct.new(
  :next_token,
  :sync_definitions)
  SENSITIVE = []
  include Aws::Structure
end