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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/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:



587
588
589
590
591
592
593
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 587

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.



587
588
589
590
591
592
593
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 587

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.



587
588
589
590
591
592
593
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 587

class GetResourceSyncStatusOutput < Struct.new(
  :desired_state,
  :latest_successful_sync,
  :latest_sync)
  SENSITIVE = []
  include Aws::Structure
end