Class: Aws::Proton::Types::UpdateServiceSyncConfigInput

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 name of the code repository branch where the Proton Ops file is found.

Returns:

  • (String)


6516
6517
6518
6519
6520
6521
6522
6523
6524
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6516

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

#file_pathString

The path to the Proton Ops file.

Returns:

  • (String)


6516
6517
6518
6519
6520
6521
6522
6523
6524
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6516

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

#repository_nameString

The name of the repository where the Proton Ops file is found.

Returns:

  • (String)


6516
6517
6518
6519
6520
6521
6522
6523
6524
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6516

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

#repository_providerString

The name of the repository provider where the Proton Ops file is found.

Returns:

  • (String)


6516
6517
6518
6519
6520
6521
6522
6523
6524
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6516

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

#service_nameString

The name of the service the Proton Ops file is for.

Returns:

  • (String)


6516
6517
6518
6519
6520
6521
6522
6523
6524
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6516

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