Class: Aws::Proton::Types::GetRepositorySyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetRepositorySyncStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
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.
2959 2960 2961 2962 2963 2964 2965 2966 |
# File 'lib/aws-sdk-proton/types.rb', line 2959 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name.
2959 2960 2961 2962 2963 2964 2965 2966 |
# File 'lib/aws-sdk-proton/types.rb', line 2959 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |
#repository_provider ⇒ String
The repository provider.
2959 2960 2961 2962 2963 2964 2965 2966 |
# File 'lib/aws-sdk-proton/types.rb', line 2959 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The repository sync type.
2959 2960 2961 2962 2963 2964 2965 2966 |
# File 'lib/aws-sdk-proton/types.rb', line 2959 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_name, :repository_provider, :sync_type) SENSITIVE = [] include Aws::Structure end |