Class: Aws::CodeStarconnections::Types::ListRepositorySyncDefinitionsInput

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

The ID of the repository link for the sync definition for which you want to retrieve information.

Returns:

  • (String)


898
899
900
901
902
903
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 898

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

#sync_typeString

The sync type of the repository link for the the sync definition for which you want to retrieve information.

Returns:

  • (String)


898
899
900
901
902
903
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 898

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