Class: Aws::Proton::Types::GetTemplateSyncStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetTemplateSyncStatusOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_state ⇒ Types::Revision
The template sync desired state that's returned by Proton.
-
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
The details of the last successful sync that's returned by Proton.
-
#latest_sync ⇒ Types::ResourceSyncAttempt
The details of the last sync that's returned by Proton.
Instance Attribute Details
#desired_state ⇒ Types::Revision
The template sync desired state that's returned by Proton.
2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2940 class GetTemplateSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end |
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
The details of the last successful sync that's returned by Proton.
2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2940 class GetTemplateSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end |
#latest_sync ⇒ Types::ResourceSyncAttempt
The details of the last sync that's returned by Proton.
2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2940 class GetTemplateSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end |