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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/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)


531
532
533
534
535
536
537
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 531

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)


531
532
533
534
535
536
537
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 531

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)


531
532
533
534
535
536
537
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 531

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