Class: Aws::Proton::Types::GetRepositorySyncStatusInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The repository branch.

Returns:

  • (String)


2959
2960
2961
2962
2963
2964
2965
2966
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2959

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

#repository_nameString

The repository name.

Returns:

  • (String)


2959
2960
2961
2962
2963
2964
2965
2966
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2959

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

#repository_providerString

The repository provider.

Returns:

  • (String)


2959
2960
2961
2962
2963
2964
2965
2966
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2959

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

#sync_typeString

The repository sync type.

Returns:

  • (String)


2959
2960
2961
2962
2963
2964
2965
2966
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2959

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