Class: Aws::CodeConnections::Types::GetResourceSyncStatusOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_stateTypes::Revision

The desired state of the Amazon Web Services resource for the sync status with the Git repository.

Returns:



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_syncTypes::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_syncTypes::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