Class: Aws::CodeStarconnections::Types::ListSyncConfigurationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An enumeration token that allows the operation to batch the next results of the operation.

Returns:

  • (String)


967
968
969
970
971
972
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 967

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

#sync_configurationsArray<Types::SyncConfiguration>

The list of repository sync definitions returned by the request.

Returns:



967
968
969
970
971
972
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 967

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