Class: Aws::CodeConnections::Types::GetResourceSyncStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetResourceSyncStatusOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_state ⇒ Types::Revision
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
-
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
The latest successful sync for the sync status with the Git repository.
-
#latest_sync ⇒ Types::ResourceSyncAttempt
The latest sync for the sync status with the Git repository, whether successful or not.
Instance Attribute Details
#desired_state ⇒ Types::Revision
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 593 class GetResourceSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end |
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
The latest successful sync for the sync status with the Git repository.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 593 class GetResourceSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end |
#latest_sync ⇒ Types::ResourceSyncAttempt
The latest sync for the sync status with the Git repository, whether successful or not.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 593 class GetResourceSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end |