Class: Aws::ServiceCatalog::Types::LastSync
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::LastSync
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Provides details about the product’s connection sync and contains the following sub-fields.
-
‘LastSyncTime`
-
‘LastSyncStatus`
-
‘LastSyncStatusMessage`
-
‘LastSuccessfulSyncTime`
-
‘LastSuccessfulSyncProvisioningArtifactID`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_successful_sync_provisioning_artifact_id ⇒ String
The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
-
#last_successful_sync_time ⇒ Time
The time of the latest successful sync from the source repo artifact to the Service Catalog product.
-
#last_sync_status ⇒ String
The current status of the sync.
-
#last_sync_status_message ⇒ String
The sync’s status message.
-
#last_sync_time ⇒ Time
The time of the last attempted sync from the repository to the Service Catalog product.
Instance Attribute Details
#last_successful_sync_provisioning_artifact_id ⇒ String
The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2933 class LastSync < Struct.new( :last_sync_time, :last_sync_status, :last_sync_status_message, :last_successful_sync_time, :last_successful_sync_provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#last_successful_sync_time ⇒ Time
The time of the latest successful sync from the source repo artifact to the Service Catalog product.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2933 class LastSync < Struct.new( :last_sync_time, :last_sync_status, :last_sync_status_message, :last_successful_sync_time, :last_successful_sync_provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#last_sync_status ⇒ String
The current status of the sync. Responses include ‘SUCCEEDED` or `FAILED`.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2933 class LastSync < Struct.new( :last_sync_time, :last_sync_status, :last_sync_status_message, :last_successful_sync_time, :last_successful_sync_provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#last_sync_status_message ⇒ String
The sync’s status message.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2933 class LastSync < Struct.new( :last_sync_time, :last_sync_status, :last_sync_status_message, :last_successful_sync_time, :last_successful_sync_provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#last_sync_time ⇒ Time
The time of the last attempted sync from the repository to the Service Catalog product.
2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2933 class LastSync < Struct.new( :last_sync_time, :last_sync_status, :last_sync_status_message, :last_successful_sync_time, :last_successful_sync_provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |