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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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.
11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 11671 11672 11673 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11661 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 |