Class: Aws::CodeStarconnections::Types::GetRepositorySyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::GetRepositorySyncStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 531 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.
531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 531 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.
531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 531 class GetRepositorySyncStatusInput < Struct.new( :branch, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |