Class: Aws::Proton::Types::CreateServiceSyncConfigInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ String

The repository branch for your Proton Ops file.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-proton/types.rb', line 1222

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

#file_path ⇒ String

The path to the Proton Ops file.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-proton/types.rb', line 1222

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

#repository_name ⇒ String

The repository name.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-proton/types.rb', line 1222

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

#repository_provider ⇒ String

The provider type for your repository.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-proton/types.rb', line 1222

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

#service_name ⇒ String

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

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-proton/types.rb', line 1222

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