Class: Aws::Proton::Types::GetRepositorySyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetRepositorySyncStatusInput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Note:
When making an API call, you may pass GetRepositorySyncStatusInput data as a hash:
{
branch: "GitBranchName", # required
repository_name: "RepositoryName", # required
repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
sync_type: "TEMPLATE_SYNC", # required, accepts TEMPLATE_SYNC
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The repository branch.
-
#repository_name ⇒ String
The repository name.
-
#repository_provider ⇒ String
The repository provider.
-
#sync_type ⇒ String
The repository sync type.
Instance Attribute Details
#branch ⇒ String
The repository branch.
2689 2690 2691 2692 2693 2694 2695 2696 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2689 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name.
2689 2690 2691 2692 2693 2694 2695 2696 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2689 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |
#repository_provider ⇒ String
The repository provider.
2689 2690 2691 2692 2693 2694 2695 2696 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2689 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The repository sync type.
2689 2690 2691 2692 2693 2694 2695 2696 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2689 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |