Class: Aws::Proton::Types::GetServiceInstanceSyncStatusOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_stateTypes::Revision

The service instance sync desired state that's returned by Proton

Returns:



3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3074

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

#latest_successful_syncTypes::ResourceSyncAttempt

The detailed data of the latest successful sync with the service instance.



3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3074

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

#latest_syncTypes::ResourceSyncAttempt

The detailed data of the latest sync with the service instance.



3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3074

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