Class: Aws::Proton::Types::CreateServiceSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateServiceSyncConfigInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The repository branch for your Proton Ops file.
-
#file_path ⇒ String
The path to the Proton Ops file.
-
#repository_name ⇒ String
The repository name.
-
#repository_provider ⇒ String
The provider type for your repository.
-
#service_name ⇒ String
The name of the service the Proton Ops file is for.
Instance Attribute Details
#branch ⇒ String
The repository branch for your Proton Ops file.
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.
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.
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.
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.
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 |