Class: Aws::ECS::Types::ServiceDeploymentBrief
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceDeploymentBrief
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The service deployment properties that are retured when you call
ListServiceDeployments.
This provides a high-level overview of the service deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The ARN of the cluster that hosts the service.
-
#created_at ⇒ Time
The time that the service deployment was created.
-
#finished_at ⇒ Time
The time that the service deployment completed.
-
#service_arn ⇒ String
The ARN of the service for this service deployment.
-
#service_deployment_arn ⇒ String
The ARN of the service deployment.
-
#started_at ⇒ Time
The time that the service deployment statred.
-
#status ⇒ String
The status of the service deployment.
-
#status_reason ⇒ String
Information about why the service deployment is in the current status.
-
#target_service_revision_arn ⇒ String
The ARN of the service revision being deplyed.
Instance Attribute Details
#cluster_arn ⇒ String
The ARN of the cluster that hosts the service.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#finished_at ⇒ Time
The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The ARN of the service for this service deployment.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#service_deployment_arn ⇒ String
The ARN of the service deployment.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the service deployment
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#target_service_revision_arn ⇒ String
The ARN of the service revision being deplyed.
12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12799 class ServiceDeploymentBrief < Struct.new( :service_deployment_arn, :service_arn, :cluster_arn, :started_at, :created_at, :finished_at, :target_service_revision_arn, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |