Class: Aws::Proton::Types::UpdateServiceSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceSyncConfigInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The name of the code repository branch where the Proton Ops file is found.
-
#file_path ⇒ String
The path to the Proton Ops file.
-
#repository_name ⇒ String
The name of the repository where the Proton Ops file is found.
-
#repository_provider ⇒ String
The name of the repository provider where the Proton Ops file is found.
-
#service_name ⇒ String
The name of the service the Proton Ops file is for.
Instance Attribute Details
#branch ⇒ String
The name of the code repository branch where the Proton Ops file is found.
6516 6517 6518 6519 6520 6521 6522 6523 6524 |
# File '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_path ⇒ String
The path to the Proton Ops file.
6516 6517 6518 6519 6520 6521 6522 6523 6524 |
# File '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_name ⇒ String
The name of the repository where the Proton Ops file is found.
6516 6517 6518 6519 6520 6521 6522 6523 6524 |
# File '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_provider ⇒ String
The name of the repository provider where the Proton Ops file is found.
6516 6517 6518 6519 6520 6521 6522 6523 6524 |
# File '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_name ⇒ String
The name of the service the Proton Ops file is for.
6516 6517 6518 6519 6520 6521 6522 6523 6524 |
# File '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 |