Class: Aws::ECS::Types::ServiceDeploymentBrief
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceDeploymentBrief
- Includes:
- Structure
- Defined in:
- 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-ecs/types.rb', line 10115 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 |