Class: Aws::CodeConnections::Types::GetRepositorySyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetRepositorySyncStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The branch of the repository link for the requested repository sync status.
-
#repository_link_id ⇒ String
The repository link ID for the requested repository sync status.
-
#sync_type ⇒ String
The sync type of the requested sync status.
Instance Attribute Details
#branch ⇒ String
The branch of the repository link for the requested repository sync status.
537 538 539 540 541 542 543 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 537 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |
#repository_link_id ⇒ String
The repository link ID for the requested repository sync status.
537 538 539 540 541 542 543 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 537 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type of the requested sync status.
537 538 539 540 541 542 543 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 537 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |