Class: Aws::CodeStarconnections::Types::GetResourceSyncStatusOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarconnections/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 'lib/aws-sdk-codestarconnections/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 'lib/aws-sdk-codestarconnections/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 'lib/aws-sdk-codestarconnections/types.rb', line 587

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