Class: Aws::CodeConnections::Types::ListSyncConfigurationsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

A non-zero, non-negative integer used to limit the number of returned results.

Returns:

  • (Integer)


953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-codeconnections/types.rb', line 953

class ListSyncConfigurationsInput < Struct.new(
  :max_results,
  :next_token,
  :repository_link_id,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-codeconnections/types.rb', line 953

class ListSyncConfigurationsInput < Struct.new(
  :max_results,
  :next_token,
  :repository_link_id,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the repository link for the requested list of sync configurations.

Returns:

  • (String)


953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-codeconnections/types.rb', line 953

class ListSyncConfigurationsInput < Struct.new(
  :max_results,
  :next_token,
  :repository_link_id,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end

#sync_typeString

The sync type for the requested list of sync configurations.

Returns:

  • (String)


953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-codeconnections/types.rb', line 953

class ListSyncConfigurationsInput < Struct.new(
  :max_results,
  :next_token,
  :repository_link_id,
  :sync_type)
  SENSITIVE = []
  include Aws::Structure
end