Class: Aws::Proton::Types::GetServiceInstanceSyncStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceInstanceSyncStatusOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_state ⇒ Types::Revision
The service instance sync desired state that’s returned by Proton.
-
#latest_successful_sync ⇒ Types::ResourceSyncAttempt
The detailed data of the latest successful sync with the service instance.
-
#latest_sync ⇒ Types::ResourceSyncAttempt
The detailed data of the latest sync with the service instance.
Instance Attribute Details
#desired_state ⇒ Types::Revision
The service instance sync desired state that’s returned by Proton
3074 3075 3076 3077 3078 3079 3080 |
# File '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_sync ⇒ Types::ResourceSyncAttempt
The detailed data of the latest successful sync with the service instance.
3074 3075 3076 3077 3078 3079 3080 |
# File '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_sync ⇒ Types::ResourceSyncAttempt
The detailed data of the latest sync with the service instance.
3074 3075 3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-proton/types.rb', line 3074 class GetServiceInstanceSyncStatusOutput < Struct.new( :desired_state, :latest_successful_sync, :latest_sync) SENSITIVE = [] include Aws::Structure end |