Class: Aws::CodeConnections::Types::GetRepositorySyncStatusInput

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

#branchString

The branch of the repository link for the requested repository sync status.

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'lib/aws-sdk-codeconnections/types.rb', line 537

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

The repository link ID for the requested repository sync status.

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'lib/aws-sdk-codeconnections/types.rb', line 537

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

#sync_typeString

The sync type of the requested sync status.

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'lib/aws-sdk-codeconnections/types.rb', line 537

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