Class: Aws::Proton::Types::GetTemplateSyncStatusOutput

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 template sync desired state that's returned by Proton.

Returns:



3280
3281
3282
3283
3284
3285
3286
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3280

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

#latest_successful_syncTypes::ResourceSyncAttempt

The details of the last successful sync that's returned by Proton.



3280
3281
3282
3283
3284
3285
3286
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3280

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

#latest_syncTypes::ResourceSyncAttempt

The details of the last sync that's returned by Proton.



3280
3281
3282
3283
3284
3285
3286
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3280

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