Class: Aws::Proton::Types::ListRepositorySyncDefinitionsInput

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

#next_tokenString

A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3831

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

#repository_nameString

The repository name.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3831

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

#repository_providerString

The repository provider.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3831

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

#sync_typeString

The sync type. The only supported value is TEMPLATE_SYNC.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3831

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