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

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 for your Proton Ops file.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-proton/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_pathString

The path to the Proton Ops file.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-proton/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_nameString

The repository name.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-proton/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_providerString

The provider type for your repository.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-proton/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_nameString

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

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-proton/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