Class: Aws::CodeStarconnections::Types::ListSyncConfigurationsInput

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

#max_resultsInteger

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

Returns:

  • (Integer)


947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 947

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)


947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 947

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)


947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 947

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)


947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 947

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